Git workflow automation tool written in Go.
Adapt for personal project
Running GoGitFlow...
[1] Checking Environment - Git is installed.
[2] Gitignore Management - .gitignore file not found. Would you like to create one? (y/n): y - Enter the name of the file or folder to exclude: .env - .gitignore created and updated successfully.
[3] Remote Synchronization - Remote repository is not empty. Pulling latest changes... - Your branch is up to date, no need to pull.
[4] Staging & Commit - Enter commit message: feat: add new automation logic - [main 01dc0ff] feat: add new automation logic
[5] Pushing to Origin - Pushing changes to remote... - All Git commands executed successfully! - Time elapsed: 12.45s