1. Local feature branch. Sometimes remote feature branch for co-developing purpose.
2. Always rebase before pushing, merge local branch to the 'main' branch after rebasing but before pushing the 'main' branch
3. Keep remote branches versioned for each release, just in case you need to roll back.
1 comment
[ 2.9 ms ] story [ 14.8 ms ] thread1. Local feature branch. Sometimes remote feature branch for co-developing purpose. 2. Always rebase before pushing, merge local branch to the 'main' branch after rebasing but before pushing the 'main' branch 3. Keep remote branches versioned for each release, just in case you need to roll back.