try to only branch off of main. You can branch off of another branch, but do so very sparingly
main
use git rebaseto avoid re-committing code that has already been merged
git rebase
Last updated 11 months ago