Archive | git

Git – Some commonly used commands

Use one of the local branch delete 2 command: git branch -d branch_name branch_namegit branch -D option -d stands –delete, will remove branches, only when you push it with the remote and branch merger (on the server). your. -D option stands –delete –force, deleted branches despite the push state and merger did or not, so be careful when using this! […]