[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git push with vc (or other)?
From: |
Eli Zaretskii |
Subject: |
Re: git push with vc (or other)? |
Date: |
Fri, 13 Apr 2012 12:47:35 +0300 |
> From: Tom Roche <Tom_Roche@pobox.com>
> 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.