git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
git [2024/12/12 17:28] – [Branches] mguptongit [2024/12/13 12:37] (current) – [Branches] mgupton
Line 136: Line 136:
   * Then delete the local branch   * Then delete the local branch
 <code bash> <code bash>
-git push -d <remote_name> <branchname+git push -d <remote_name> <branch name
-git branch -d <branchname>+git branch -d <branch name> 
 +</code> 
 + 
 +To force delete an unmerged branch 
 +<code bash> 
 +git branch -D <branch name>
 </code> </code>
  
  • git.txt
  • Last modified: 2024/12/13 12:37
  • by mgupton