git clone https://github.com/yann2dp/Sandbox
git status
git add
Télécharger la base de donnée distante: $ git fetch origin
Upload local branch to remote server: $ git push origin <local_branch>:<new_branch_on_server>
Example: $ git push origin dev/smi:dev/smi
git commit -sm ""
ou
git add
git commit -sm ""
git diff
cat refs/heads/dev/Yann