From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: git push with vc (or other)? Date: Fri, 13 Apr 2012 12:47:35 +0300 Message-ID: <83wr5k2caw.fsf@gnu.org> References: <8739884bzb.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1334310616 21480 80.91.229.3 (13 Apr 2012 09:50:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 09:50:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 11:50:15 2012 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 1SId8x-0002pe-A3 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 11:50:15 +0200 Original-Received: from localhost ([::1]:58598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SId8w-0008ML-AI for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 05:50:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SId8p-0008DZ-8n for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 05:50:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SId8i-0004bt-SS for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 05:50:06 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:50799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SId8i-0004bk-L8 for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 05:50:00 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M2E00F00WGWDF00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 12:49:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2E00FBEWMMDE10@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 12:49:35 +0300 (IDT) In-reply-to: <8739884bzb.fsf@pobox.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 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:84447 Archived-At: > From: Tom Roche > Date: Thu, 12 Apr 2012 22:11:36 -0400 > > * I can do this from the commandline > > * I know I have code committed locally that has not been pushed > > * vc-mode knows my remote: e.g., > > *vc-dir* > > VC backend : Git > > Working dir: ~/path/to/local/working/dir > > Branch : master > > Remote : https://me@github.com/me/project.git > > Stash : Nothing stashed > > which is all correct. > > * I see (emacs)>Maintaining>Version Control>Branches>VC Pull > > But I'm not seeing anything in `info` or the mode help (for either vc > or git.el) about pushing. Can this be done from emacs? Is there an > extension I need to install? Does "C-x v v" do what you want? It should generally do whatever the next VC operation is that one would normally want.