meta data for this page
  •  

Differences

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

Link to this comparison view

git:branches [2024/11/12 20:25] – created niziakgit:branches [2025/01/03 13:47] (current) niziak
Line 6: Line 6:
 git branch -d -r origin/feat/name git branch -d -r origin/feat/name
 </code> </code>
 +
 +
 +===== remove remote and local at once  =====
 +
 +  * [[https://levipy.com/removing-git-branches-at-once|Removing git branches at once]]
 +  * [[https://stackoverflow.com/a/38776671/2042400|How do I delete a Git branch locally and remotely?]]