A quick Git workflow generator
You can use this script to quickly generate/simulate git workflow situations. What you can do:
- Quit
- GitGraph (git log --all --graph --oneline)
- CreateNewRepository (creates a new repo with "develop" and "master" branches)
- CreateNewBranch
- CreateNewFeature (creates new branch and add 3 commits)
- CheckoutBranch
- AddCommit (just adds one commit)
- Merge
- Rebase
- Custom (input your command)