linux_wiki:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux_wiki:git [2019/07/13 20:13]
billdozor [Deleting Branches]
linux_wiki:git [2019/07/13 20:14]
billdozor [Deleting Branches]
Line 283: Line 283:
 \\ \\
 Delete a local branch<code bash>git branch --delete <branch-name></code> Delete a local branch<code bash>git branch --delete <branch-name></code>
 +
 +\\
 +Prune remote list if remote branches were deleted by someone else<code bash>git remote prune origin</code>
  
 ---- ----
  • linux_wiki/git.txt
  • Last modified: 2020/01/10 18:29
  • by billdozor