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