emacs-devel
[Top][All Lists]
Advanced

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

Re: VC mode and git


From: Eli Zaretskii
Subject: Re: VC mode and git
Date: Tue, 31 Mar 2015 14:51:41 +0300

> From: Mike Gerwitz <address@hidden>
> Cc: address@hidden,  address@hidden,  address@hidden,  address@hidden,  
> address@hidden
> Date: Tue, 31 Mar 2015 01:12:47 -0400
> 
> > We decided some time ago that we don't want to rebase, but to pull
> > instead.
> 
> It is a pull---`git pull` is simply `git fetch && git merge remote`; its
> - --rebase option uses `rebase` instead of `merge`.

Yes, and that's exactly what we decided to avoid, because it has bad
effects if one merges from another branch and then wants to push.



reply via email to

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