git-up
git-up copied to clipboard
Updated rebase functionality to use "git pull --rebase"
:+1:
Won't this access the remote repository for each branch unlike the current behavior?
Does this address https://github.com/aanand/git-up/issues/113 ?
@bedge doesn't look like it will. Replace rebase
with pull
will not affect the remote used.