Commit de5b5492ff86effe83f80e5d07759609ed6c8454
1 parent
2332d56d3f
Typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
git/git.md
View file @
de5b549
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | git add file # svn add file |
23 | 23 | git commit -a -m "Commit initial" # svn commit |
24 | 24 | |
25 | -Le dépôt est uniquement local : le commit n'envoit rien. | |
25 | +Le dépôt est uniquement local : le commit n'envoie rien. | |
26 | 26 | |
27 | 27 | echo phrase1 > file |
28 | 28 | git commit -a -m "Second commit" |