git branch template for mass of feature or issue requests
- Unified comments
- Unified branch's create and delete
- Unified github's issue, branch and comment
- Issue and PR tempates
- Copy .github folder to your project
cp -rvf /path/to/GitBranchTemplate /path/to/YourProject
- Init
cd .github
# edit init.sh, change project name and github user
vim init.sh
./init.sh
-
Branch Manage Rules
- Create issue first
- Create branch using
git <fb|hb> <issue_number> <branch_name>
- keep every develop branch related to a issue