Bugzilla git has stabilized

Gervase Markham gerv at mozilla.org
Fri Dec 5 23:01:13 UTC 2014


On 05/12/14 14:56, Dylan Hardison wrote:
> Next, commit any changes you have made.
> $ git rebase -i origin/master

To be precise, this is two steps. First, commit any changes you have
made in your local tree that you want to save, using git commit, Then,
do the rebase command as above.

(If you rebase with local uncommitted changes, it will complain.)

Gerv



More information about the developers mailing list