2,3
This commit is contained in:
parent
95624f9e10
commit
97db88b3eb
1 changed files with 12 additions and 10 deletions
22
index.md
22
index.md
|
@ -37,28 +37,27 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
||||||
:::
|
:::
|
||||||
|
|
||||||
# Porcelaine
|
# Porcelaine
|
||||||
## 1
|
|
||||||
## 2
|
|
||||||
|
|
||||||
# Porcelaine → Bases
|
## Bases
|
||||||
|
|
||||||
## git init
|
### git init
|
||||||
|
|
||||||
* bare | non-bare
|
* bare | non-bare
|
||||||
|
|
||||||
## git config
|
### git config
|
||||||
|
|
||||||
* system → global → local
|
* system → global → local
|
||||||
* user name & email
|
* user name & email
|
||||||
* description
|
* description
|
||||||
|
|
||||||
## git status
|
### git status
|
||||||
|
|
||||||
* -u
|
* -u
|
||||||
|
|
||||||
# Porcelaine → Local
|
# {-}
|
||||||
|
## Local
|
||||||
|
|
||||||
## Commandes
|
### Commandes
|
||||||
|
|
||||||
* git branch --force
|
* git branch --force
|
||||||
* git add
|
* git add
|
||||||
|
@ -75,9 +74,10 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
||||||
* interactive
|
* interactive
|
||||||
* git reflog
|
* git reflog
|
||||||
|
|
||||||
# Porcelaine → Collaborer
|
# {-}
|
||||||
|
## Collaborer
|
||||||
|
|
||||||
## Commandes
|
### Commandes
|
||||||
|
|
||||||
* git remote | clone
|
* git remote | clone
|
||||||
* git fetch | pull
|
* git fetch | pull
|
||||||
|
@ -95,6 +95,7 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
||||||
* description
|
* description
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
# {-}
|
||||||
## Pointeurs
|
## Pointeurs
|
||||||
|
|
||||||
* .git/refs/
|
* .git/refs/
|
||||||
|
@ -105,6 +106,7 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
||||||
1. tags/tag
|
1. tags/tag
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
# {-}
|
||||||
## Objets
|
## Objets
|
||||||
|
|
||||||
* .git/objects
|
* .git/objects
|
||||||
|
|
Loading…
Reference in a new issue