]> git.piffa.net Git - arduino/blob - lezioni/git_traccia.rst
cli intro
[arduino] / lezioni / git_traccia.rst
1 Patch
2 ========
3
4 Diff sorgente dest
5 Diff normale e' in informatico,
6
7 Show diff -c
8   Context
9   https://www.computerhope.com/unix/udiff.htm
10
11 Show diff with kompare
12     kompare source diff
13
14 With Git:
15
16     git difftool
17     git diff --cached
18         allready added
19
20     git config  diff.tool "kompare"
21
22
23
24 Archivi
25 ------------
26
27 Diff si puo' applicare anche a directories  
28     -q show only files
29     -r recursivo
30
31
32 Notebook
33 -----------
34
35 -requirements:
36 - muoversi nel filesystem
37 - comandi
38 - pager / editor di testo
39
40 - git book
41 $ git config  user.name "John Doe"
42 $ git config  user.email johndoe@example.com
43 git config --list