GITLAB iLM - Institut Lumière Matière

Update Home authored by Claire MOUTON's avatar Claire MOUTON
...@@ -170,20 +170,35 @@ S'il y a eu création de compte : détruire le compte nouvellement créé sous G ...@@ -170,20 +170,35 @@ S'il y a eu création de compte : détruire le compte nouvellement créé sous G
## Solo ## Solo
> git init > git init
> git status > git status
> git add|mv|rm > git add|mv|rm
> .gitignore > .gitignore
> git diff [HEAD^|HEAD^^|HEAD~n] > git diff [HEAD^|HEAD^^|HEAD~n]
> git grep > git grep
> git commit [--amend] > git commit [--amend]
> git log > git log
> git show > git show
> git checkout > git checkout
> git reset > git reset
> git stash > git stash
> git branch > git branch
> git merge > git merge
> git rebase > git rebase
> git tag > git tag