bd3b0b52ba984524e7ac87ea05bf570a7d5a02ac
public/git-how.md
... | ... | @@ -1,17 +1,3 @@ |
1 | -Best resources |
|
2 | - |
|
3 | -* Overviews |
|
4 | - * <http://aosabook.org/en/git.html> |
|
5 | -* How it really works |
|
6 | - * <https://neoteric.eu/do-the-magic-with-git> |
|
7 | -* Implementations |
|
8 | - * <https://maryrosecook.com/blog/post/git-from-the-inside-out> |
|
9 | - * <https://robots.thoughtbot.com/rebuilding-git-in-ruby> |
|
10 | -* Background |
|
11 | - * <https://en.wikipedia.org/wiki/Merkle_tree> |
|
12 | -* Navigating |
|
13 | - * <http://correl.phoenixinquis.net/2015/07/12/git-graphs.html> |
|
14 | - |
|
15 | 1 | We are going to make a repo for a wiki. Along the way we are going to watch what Git is doing. |
16 | 2 | |
17 | 3 | ### Why is Git so hard? |
... | ... | @@ -444,4 +430,20 @@ WATCH=$2 |
444 | 430 | COMMAND="clear && cd $DIR && $3" |
445 | 431 | bash -c "$COMMAND" |
446 | 432 | fswatch -l 0.1 -o "$WATCH" | xargs -n1 bash -c "$COMMAND" |
447 | -``` |
|
... | ... | \ No newline at end of file |
0 | +``` |
|
1 | + |
|
2 | +## Resources |
|
3 | + |
|
4 | +Best resources |
|
5 | + |
|
6 | +* Overviews |
|
7 | + * <http://aosabook.org/en/git.html> |
|
8 | +* How it really works |
|
9 | + * <https://neoteric.eu/do-the-magic-with-git> |
|
10 | +* Implementations |
|
11 | + * <https://maryrosecook.com/blog/post/git-from-the-inside-out> |
|
12 | + * <https://robots.thoughtbot.com/rebuilding-git-in-ruby> |
|
13 | +* Background |
|
14 | + * <https://en.wikipedia.org/wiki/Merkle_tree> |
|
15 | +* Navigating |
|
16 | + * <http://correl.phoenixinquis.net/2015/07/12/git-graphs.html> |