How to handle Pull Requests
Started by markus




10 posts in this topic
tambre
Unregistered


 
04-02-2016, 05:56 PM -
#4
Assuming that upstream is the upstream, then you can simply do:
git rebase upstream/master

And if you have some uncommitted local changes, then:
git rebase upstream/master --autostash


Messages In This Thread
RE: How to handle Pull Requests - by markus - 04-02-2016, 04:48 PM
RE: How to handle Pull Requests - by tambre - 04-02-2016, 05:07 PM
RE: How to handle Pull Requests - by markus - 04-02-2016, 05:36 PM
RE: How to handle Pull Requests - by tambre - 04-02-2016, 05:56 PM
RE: How to handle Pull Requests - by markus - 04-02-2016, 06:02 PM
RE: How to handle Pull Requests - by tambre - 04-02-2016, 06:10 PM
RE: How to handle Pull Requests - by markus - 04-02-2016, 06:48 PM
RE: How to handle Pull Requests - by tambre - 04-02-2016, 06:50 PM
RE: How to handle Pull Requests - by vlj - 04-07-2016, 12:35 AM
RE: How to handle Pull Requests - by tambre - 04-07-2016, 04:02 AM
RE: How to handle Pull Requests - by markus - 04-07-2016, 04:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)