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
|
||||
## 1
|
||||
## 2
|
||||
|
||||
# Porcelaine → Bases
|
||||
## Bases
|
||||
|
||||
## git init
|
||||
### git init
|
||||
|
||||
* bare | non-bare
|
||||
|
||||
## git config
|
||||
### git config
|
||||
|
||||
* system → global → local
|
||||
* user name & email
|
||||
* description
|
||||
|
||||
## git status
|
||||
### git status
|
||||
|
||||
* -u
|
||||
|
||||
# Porcelaine → Local
|
||||
# {-}
|
||||
## Local
|
||||
|
||||
## Commandes
|
||||
### Commandes
|
||||
|
||||
* git branch --force
|
||||
* git add
|
||||
|
@ -75,9 +74,10 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
|||
* interactive
|
||||
* git reflog
|
||||
|
||||
# Porcelaine → Collaborer
|
||||
# {-}
|
||||
## Collaborer
|
||||
|
||||
## Commandes
|
||||
### Commandes
|
||||
|
||||
* git remote | clone
|
||||
* git fetch | pull
|
||||
|
@ -95,6 +95,7 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
|||
* description
|
||||
:::
|
||||
|
||||
# {-}
|
||||
## Pointeurs
|
||||
|
||||
* .git/refs/
|
||||
|
@ -105,6 +106,7 @@ subtitle: Possibilités, Porcelaine & Plomberie
|
|||
1. tags/tag
|
||||
:::
|
||||
|
||||
# {-}
|
||||
## Objets
|
||||
|
||||
* .git/objects
|
||||
|
|
Loading…
Reference in a new issue