]> git.piffa.net Git - arduino/blobdiff - lezioni/git_traccia.rst
CLI GIT
[arduino] / lezioni / git_traccia.rst
diff --git a/lezioni/git_traccia.rst b/lezioni/git_traccia.rst
new file mode 100644 (file)
index 0000000..072096c
--- /dev/null
@@ -0,0 +1,43 @@
+Patch
+========
+
+Diff sorgente dest
+Diff normale e' in informatico,
+
+Show diff -c
+  Context
+  https://www.computerhope.com/unix/udiff.htm
+
+Show diff with kompare
+    kompare source diff
+
+With Git:
+
+    git difftool
+    git diff --cached
+        allready added
+
+    git config  diff.tool "kompare"
+
+
+
+Archivi
+------------
+
+Diff si puo' applicare anche a directories  
+    -q show only files
+    -r recursivo
+
+
+Notebook
+-----------
+
+-requirements:
+- muoversi nel filesystem
+- comandi
+- pager / editor di testo
+
+- git book
+$ git config  user.name "John Doe"
+$ git config  user.email johndoe@example.com
+git config --list