]> Creatis software - clitk.git/blob - notes.org~
Correct bug: when open roi on a non-3D image, the file browser still open.
[clitk.git] / notes.org~
1
2 * GIT emacs command
3 C-x v d 
4 .gitignore -> contains ignored files (recursive)
5 commit (local)
6 push (repository)
7 pull
8
9 gitk for GUI
10 meld / kdiff3
11
12 git status
13 git add (-> index)
14 git commit (->local commit)
15 git pull (fetch + merge)
16 git push
17
18 COMMIT : C-x g c f
19 (git-commit-file &optional AMEND)
20
21 * Test in temp
22 git clone http://www.creatis.insa-lyon.fr/~dsarrut/clitk3.pub.git clitk3
23 need itk4 (git) ?
24
25
26 * git merge cvs
27