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 @
06db49e0
...
@@ -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
...
...