This commit is contained in:
Marc Beninca 2024-02-28 12:35:45 +01:00
parent 53179e70e5
commit 3784039306

24
body.md Normal file
View 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