From 9763b3847e36d148b12537b7a1a31a74ad34ac58 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Mon, 2 May 2011 11:22:58 +0200 Subject: [PATCH] --- notes.org~ | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/notes.org~ b/notes.org~ index ec58a0b..db3e8d1 100644 --- a/notes.org~ +++ b/notes.org~ @@ -1,12 +1,27 @@ * GIT emacs command C-x v d -.gitignore -> contains ignored files +.gitignore -> contains ignored files (recursive) commit (local) push (repository) pull +gitk for GUI +meld / kdiff3 + +git status +git add (-> index) +git commit (->local commit) +git pull (fetch + merge) +git push + +COMMIT : C-x g c f +(git-commit-file &optional AMEND) + * Test in temp git clone http://www.creatis.insa-lyon.fr/~dsarrut/clitk3.pub.git clitk3 need itk4 (git) ? + +* git merge cvs + -- 2.45.1