From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: Using VC Date: Tue, 7 Jan 2014 18:04:32 -0700 Message-ID: <20140108010432.GA24336@hysteria.proulx.com> References: <87lhysejqy.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1389143096 15045 80.91.229.3 (8 Jan 2014 01:04:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 01:04:56 +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 02:05:03 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 1W0hZt-000091-HZ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2014 02:05:01 +0100 Original-Received: from localhost ([::1]:44302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0hZt-000215-57 for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Jan 2014 20:05:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0hZY-0001uP-DJ for help-gnu-emacs@gnu.org; Tue, 07 Jan 2014 20:04:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0hZS-000796-Eo for help-gnu-emacs@gnu.org; Tue, 07 Jan 2014 20:04:40 -0500 Original-Received: from joseki.proulx.com ([216.17.153.58]:35847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0hZS-00078o-8P for help-gnu-emacs@gnu.org; Tue, 07 Jan 2014 20:04:34 -0500 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id 5F49021227 for ; Tue, 7 Jan 2014 18:04:32 -0700 (MST) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 373072DCD4; Tue, 7 Jan 2014 18:04:32 -0700 (MST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <87lhysejqy.fsf@flea.lifelogs.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.17.153.58 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:95304 Archived-At: 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. No 'git pull'? For the most part git is all about pulling changesets from place to place. Bob