GITLAB iLM - Institut Lumière Matière
Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Home
authored
Dec 09, 2019
by
Claire MOUTON
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
62cbde29
...
@@ -164,3 +164,26 @@ S'il y a eu création de compte : détruire le compte nouvellement créé sous G
...
@@ -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
# Résumé des commandes et notions abordées
## Configuration
## 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