You can even configure so that becomes the default for "git pull" for that repo.
git config --local --bool pull.rebase true git config --local --bool rebase.autoStash true On Mon, Oct 31, 2016 at 7:08 PM, Eric A. Borisch <[email protected]> wrote: > I hoped someone would point me to a command like this. Thanks! > > - Eric > > On Monday, October 31, 2016, Joshua Root <[email protected]> wrote: >> >> I'm using 'git pull --rebase --autostash' which does the stash-before and >> pop-after automatically. >> >> - Josh >> > > _______________________________________________ > macports-dev mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-dev > > -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
