We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4313 commit 3052205Copy full SHA for 3052205
1 file changed
specs/git/remove_local_branches_not_in_remote.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: Remove all local branches that aren't in remote
+name: Remove all local branches that aren't on the remote repository
3
command: |-
4
"git branch --merged >/tmp/merged-branches && \
5
vi /tmp/merged-branches && \
0 commit comments