-
Before you start working on your project, set up the
.gitgo
file: -
Now, whenever you work on a new feature/issue:
-
To see suggested Branch Name and Commit Title:
-
To checkout to the suggested Branch Name:
-
Make relevant changes to your code for your issue.
-
To add all changes in the working directory to the staging area (conventional git stuff):
-
To commit changes with the Gitg0's suggested commit message:
-
To push your changes:
-
Voila! You're GTG: Good to go.