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 controlrebaseMaster Branch via interactive doc editor topick&squashCommitsgit push -u origin master↔ topushlocal Git Repo Branch at Master toremoteRepo