help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Using VC


From: Ted Zlatanov
Subject: Re: Using VC
Date: Wed, 08 Jan 2014 10:59:54 -0500
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

On Tue, 7 Jan 2014 18:04:32 -0700 Bob Proulx <bob@proulx.com> wrote: 

BP> Ted Zlatanov wrote:
>> I think some form of "git push" should at least be offered as a choice.
>> ...
>> It should, IMHO, offer three choices (and a way to cancel, of course):
>> 
>> "Push"
>> "Push to origin"
>> "Push to core"
>> 
>> I know there are many possible paths, but with Git you tend to use those
>> two paths (push + push to a specific remote) pretty often after a commit.

BP> No 'git pull'?  For the most part git is all about pulling changesets
BP> from place to place.

It may require interaction so it's not ideal.  But "git fetch" and "git
fetch [remote]" would make sense, they are generally harmless and don't
need input.

The more advanced things like rebase, merge, etc. don't make sense here
either.

Ted


reply via email to

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