... | ... | @@ -164,44 +164,30 @@ S'il y a eu création de compte : détruire le compte nouvellement créé sous G |
|
|
# Résumé des commandes et notions abordées
|
|
|
|
|
|
## Configuration
|
|
|
> .gitconfig
|
|
|
|
|
|
> git <command> --help
|
|
|
.gitconfig
|
|
|
git <command> --help
|
|
|
|
|
|
## 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
|
|
|
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
|
|
|
|
|
|
|
|
|
## Multi
|
... | ... | |