From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Using VC Date: Wed, 08 Jan 2014 10:59:54 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zjn68nwl.fsf@flea.lifelogs.com> References: <87lhysejqy.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389196832 1059 80.91.229.3 (8 Jan 2014 16:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 16:00:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 08 17:00:39 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0vYc-0007SU-5B for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2014 17:00:38 +0100 Original-Received: from localhost ([::1]:47553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0vYb-0004gY-PQ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2014 11:00:37 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.albasani.net L7J6qIiLRnnv/guYeNMYfZ1O4PnmBQ4ffRDDlOEFmZ/iuiC6++gUwkAYADFAGg2T9H8oykDMNLl2zj3qhpfTtg== Original-NNTP-Posting-Date: Wed, 8 Jan 2014 15:58:11 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="mwVFiiEuEUIq0NlgZceUm6Qby5mMtxxqTSbQT8BkBGSW6yDtjnAInRvuKYI9NzI08ol7gsazPmXSAgGA3n9TezMaoFjAGu69MSrOppcBXJ2LdGRTXYDizd7OBr+u2Xor"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:Qyw7co1iJzGhcg4hcvaj/n/EB7g= sha1:J9MNpFmMfs3jdWpYVeySFWbgY0E= Original-Xref: usenet.stanford.edu gnu.emacs.help:203038 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95307 Archived-At: On Tue, 7 Jan 2014 18:04:32 -0700 Bob Proulx 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