emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC mode and git


From: Steinar Bang
Subject: Re: VC mode and git
Date: Tue, 31 Mar 2015 20:40:50 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt)

>>>>> Steinar Bang <address@hidden>:

> Or:
>  git commit
>  git pull --rebase
>  git push
> (forgive me, Eli, I said the "r" word...)

So, avoiding rebase, this works as well:
 git commit
 git pull
 git push

There will be an extra commit in the history (from the pull's merge),
but this will always be safe, nothing's lost, and any merge will be in a
separate commit.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]