issues
search
pomodorozhong
/
personal-research
Tracking the progress of my personal researches.
1
stars
0
forks
source link
Git branch naming convention
#38
Open
pomodorozhong
opened
4 years ago
pomodorozhong
commented
4 years ago
Reference
Git Branch Naming Convention - DEV
Git/GitHub branching standards & conventions
nvie/gitflow: Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
pomodorozhong
commented
4 years ago
Notes from Notion
branches naming convention
git branches naming convention - Stack Overflow
Using git-flow to automate your git branching workflow
What are some examples of commonly used practices for naming git branches? - Stack Overflow
feat/blah, fix/blah
Jira convention / souretree convention
Delete branch when it's done
Git/GitHub branching standards & conventions
Git branching and tagging best practices - Software Engineering Stack Exchange
how to close a branch in git - Stack Overflow
A successful Git branching model » nvie.com
Reference