projects
/
worg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7bf866b
)
worg-git.org: Added a section for Emacs' VC system
author
Dieter Wilhelm
<dieter@urmel.duenenhof-wilhelm.de>
Thu, 17 Jan 2013 22:23:24 +0000 (23:23 +0100)
committer
Dieter Wilhelm
<dieter@urmel.duenenhof-wilhelm.de>
Thu, 17 Jan 2013 22:23:24 +0000 (23:23 +0100)
worg-git.org
patch
|
blob
|
history
diff --git
a/worg-git.org
b/worg-git.org
index
fabba13
..
30f57cf
100644
(file)
--- 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.