Support: https://ko-fi.com/githubprojects
• Creating branches without purpose
• Keeping stale branches alive
• Missing branch naming conventions
• Forgetting to delete after merge
A clean branch structure = A happy team.
• Creating branches without purpose
• Keeping stale branches alive
• Missing branch naming conventions
• Forgetting to delete after merge
A clean branch structure = A happy team.
│Don’t push to production on Friday │
└───────────────────────┘
(⌐■_■)
<) )╯
/ \
│Don’t push to production on Friday │
└───────────────────────┘
(⌐■_■)
<) )╯
/ \
| Open-source ≠ Free |
|____________|
\ (•◡•) /
\ /
——
| |
_| |_
| Open-source ≠ Free |
|____________|
\ (•◡•) /
\ /
——
| |
_| |_
git config
git init
git clone
git add
git commit
git diff
git reset
git status
git rm
git log
git show
git tag
git branch
git checkout
git merge
git remote
git push
git pull
git stash
Write in comments...
git config
git init
git clone
git add
git commit
git diff
git reset
git status
git rm
git log
git show
git tag
git branch
git checkout
git merge
git remote
git push
git pull
git stash
Write in comments...