diff --git a/git.md b/git.md index 3a58227..10589c4 100644 --- a/git.md +++ b/git.md @@ -3,7 +3,7 @@ ```bash git clone git add fichier -git commit -n "commentaires" +git commit -m "commentaires" git push ```