diff options
author | 2022-05-24 11:32:49 +0200 | |
---|---|---|
committer | 2022-05-24 11:32:49 +0200 | |
commit | 35b9d02e1455dcccf829b5c5274ad9e389e04db1 (patch) | |
tree | ee43d8cab0d28ff543a6760945c51125292e3758 | |
parent | b949c5bdb1ceb3203c031781a41b05293a125edc (diff) | |
download | website-35b9d02e1455dcccf829b5c5274ad9e389e04db1.tar.gz website-35b9d02e1455dcccf829b5c5274ad9e389e04db1.zip |
Add a new paragraph on git documantation
-rw-r--r-- | docs/git/git.rhtml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/git/git.rhtml b/docs/git/git.rhtml index 3be02ad..8ca81a4 100644 --- a/docs/git/git.rhtml +++ b/docs/git/git.rhtml @@ -1,3 +1,8 @@ <h1>git-scm</h1> -È uno strumento per il controllo di versione creato da Linus Torvalds nel 2005.
\ No newline at end of file +È uno strumento per il controllo di versione creato da Linus Torvalds nel 2005. + +<h2>Effettuare una diff su un'unica riga</h2> +<p>Invece di mostrare due linee per ogni cambiamento, Git permete di + evidenziarli esplicitamente su una riga:</p> +<pre>git diff --word-diff nome_file</pre> |