From: Dieter Wilhelm Date: Thu, 17 Jan 2013 22:29:44 +0000 (+0100) Subject: worg-git.org: Added an example to Emacs' VC section X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=abd3d1d64eaf10ba2a5341dda7ac04e5c700544c worg-git.org: Added an example to Emacs' VC section --- diff --git a/worg-git.org b/worg-git.org index 30f57cf..16b80aa 100644 --- a/worg-git.org +++ b/worg-git.org @@ -177,13 +177,13 @@ 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' in-built version control system and git - 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 + Emacs's VC 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 changes in the *local* and not + in the *remote* repository in contrast to other back ends like svn. + It is necessary to do additionally : ~$ git push