emacs-devel
[Top][All Lists]
Advanced

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

Re: VC mode and git


From: Rasmus
Subject: Re: VC mode and git
Date: Tue, 24 Mar 2015 17:10:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> I think that C-x v v, when it commits changes, should also push them.
> This would make git more comparable to other version control systems.
>
> Does anyone see a reason not to?

It's generally not the way git is used, as it's meant to be decentralized
(I believe).  I typically edit my commits several times via git rebase
before pushing.

The confident hacker can push his or her changes automatically with git
hooks.  You'd put a shell script in ".git/hooks/post-commit" that issues
"git push origin master" or something similar.

—Rasmus

-- 
Bang bang




reply via email to

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