lib/dev_flow/commands/cleanup.rb in dev_flow-0.1.3 vs lib/dev_flow/commands/cleanup.rb in dev_flow-0.1.4
- old
+ new
@@ -12,9 +12,12 @@
unless ans == 'n'
`git branch -d #{t}`
end
end
end
+
+ info "prune git remote (delete zoombie remote refs)"
+ `git remote prune #{@config["git_remote"]}`
end
end # class
end