... | ... | @@ -164,3 +164,26 @@ 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
|
|
|
|
|
|
## 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 |
|
|
\ No newline at end of file |