git_remote_branch
git_remote_branch copied to clipboard
A tool to simplify working with remote branches
Results
3
git_remote_branch issues
Sort by
recently updated
recently updated
newest added
trafficstars
grb publish doesn't work on git 1.7.x. For git 1.8.x the command for setting the upstream branch of a local branch is: '"#{GIT} branch -u #{origin}/#{branch_name} #{branch_name}"', But for git...
It would be nice to be able to `grb delete -f branch_name` and have it run `git branch -D branch_name` to remove it even if it isn't fully merged.