From e50777fbf109d5cc570fd5155b33d486354b88be Mon Sep 17 00:00:00 2001 From: Dieter Wilhelm Date: Thu, 17 Jan 2013 23:23:24 +0100 Subject: [PATCH] worg-git.org: Added a section for Emacs' VC system --- worg-git.org | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) 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. -- 1.7.2.5