From: Dieter Wilhelm Date: Thu, 17 Jan 2013 22:23:24 +0000 (+0100) Subject: worg-git.org: Added a section for Emacs' VC system X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=e50777fbf109d5cc570fd5155b33d486354b88be worg-git.org: Added a section for Emacs' VC system --- diff --git a/worg-git.org b/worg-git.org index fabba13..30f57cf 100644 --- a/worg-git.org +++ b/worg-git.org @@ -177,3 +177,14 @@ not be a problem with Worg as See [[file:worg-git-advanced.org][this page]]. +** Git usage for people who want to apply Emacs' in-built VC system + + Emacs's VC version control system supports many common git + operations, but others, like repository syncing must be done from + the command line. For example the Command =C-x v v= does check in + the the changes in the *local* and not in the *remote* repository. + It is necesarry to do additionally + +: ~$ git push + + to sync the change on the remote server.