Skip to content

Git Cheatsheet

Terminal window
git branch -d <branch_name>
Terminal window
git push origin --delete <branch_name>
Terminal window
git switch -c <branch_name>