GITLAB iLM - Institut Lumière Matière

Update Home authored by Claire MOUTON's avatar Claire MOUTON
...@@ -164,44 +164,30 @@ S'il y a eu création de compte : détruire le compte nouvellement créé sous G ...@@ -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 # Résumé des commandes et notions abordées
## Configuration ## Configuration
> .gitconfig .gitconfig
git <command> --help
> git <command> --help
## Solo ## Solo
> git init git init
git status
> git status git add|mv|rm
.gitignore
> git add|mv|rm git diff [HEAD^|HEAD^^|HEAD~n]
git grep
> .gitignore
> git diff [HEAD^|HEAD^^|HEAD~n] git commit [--amend]
git log
> git grep git show
git checkout
git reset
> git commit [--amend] git stash
> git log
git branch
> git show git merge
git rebase
> git checkout git tag
> git reset
> git stash
> git branch
> git merge
> git rebase
> git tag
## Multi ## Multi
... ...
......