Skip to content

Instantly share code, notes, and snippets.

@cdallagnola
Created February 2, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdallagnola/d5c2519302caf973af0019197a58327d to your computer and use it in GitHub Desktop.
Save cdallagnola/d5c2519302caf973af0019197a58327d to your computer and use it in GitHub Desktop.
$:~/temp/test$ git init
Dépôt Git vide initialisé dans test/.git/
$ touch README.md
$ git add .
$ git commit -m "First commit"
$ git status
Sur la branche master
Validation initiale
Modifications qui seront validées :
(utilisez "git rm --cached <fichier>..." pour désindexer)
nouveau fichier : README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment