Avoiding merge conflicts
try to only branch off of
main
. You can branch off of another branch, but do so very sparinglyuse
git rebase
to avoid re-committing code that has already been merged
Last updated
Was this helpful?
try to only branch off of main
. You can branch off of another branch, but do so very sparingly
use git rebase
to avoid re-committing code that has already been merged
Last updated
Was this helpful?