1 unstable release
0.1.0 | Oct 12, 2019 |
---|
#63 in #git-workflow
6KB
Gurugit
An interactive git workflow tui tool
Init
cd .github
# edit init.sh, change project name and github user
vim init.sh
./init.sh
Branch Manage Rules
1. Create issue first
2. Create branch using `git <fb|hb> <issue_number> <branch_name>`
3. keep every develop branch related to a issue