start
This commit is contained in:
parent
53179e70e5
commit
3784039306
1 changed files with 24 additions and 0 deletions
24
body.md
Normal file
24
body.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Git
|
||||
|
||||
## Concepts
|
||||
|
||||
* hash
|
||||
* sha1 (sha256)
|
||||
|
||||
## Porcelain
|
||||
|
||||
* git init
|
||||
* bare | non-bare
|
||||
* git config
|
||||
* user name & email
|
||||
* description
|
||||
* git worktree
|
||||
|
||||
## Plumbing
|
||||
|
||||
* .git/config
|
||||
* .git/description
|
||||
* .git/objects
|
||||
* .git/objects
|
||||
* git hash-object -w file
|
||||
* git cat-file -p hash
|
Loading…
Reference in a new issue