Master
↔ main Branch
Master is main trunk of tree
References
git branch -M main
↔ to rename Master to "main
"-d
↔ flag to safely delete Branch only if not already Merged into Master-D
↔ flag to force delete Branch ignore if Merged into Mastercheckout -b _name
↔ to create new Branch of_name
& check into it from Mastergit rebase master
↔ to combine Branch into Master by modifying Mastergit rebase master --interactive
↔ to controlrebase
Master Branch via interactive doc editor topick
&squash
Commitsgit push -u origin master
↔ topush
local Git Repo Branch at Master toremote
Repo