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