Closed oakes closed 10 years ago
I just merged master. Not experienced with rebase...
Well, that's actually pretty easy. We'll do an example with this repo :
> git remote add upstream https://github.com/jeremyletang/rgtk.git
> git fetch upstream
> git rebase -i upstream/master
And then, if you have conflicts, just do :
> git status
And check what's we every "both modified" files. After you solved conflicts, do :
> git rebase --continue
Until it's working.
Please rebase on master before I merge it.