diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-07 18:23:33 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-07 18:23:33 +0200 |
commit | 3e29cf877cbb97534756d85837c2d5e4e4ec3384 (patch) | |
tree | c93fe8a4a8ae361318479dbcf75751e0f43dff75 | |
parent | e4782ed2075bf2e6ce549628d27bb721b341d995 (diff) |
Add extra file with interesting links
-rw-r--r-- | extra.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/extra.md b/extra.md new file mode 100644 index 0000000..e1229b9 --- /dev/null +++ b/extra.md @@ -0,0 +1,48 @@ +https://bakkenbaeck.github.io/a-random-walk-through-git/ + +https://www.leshenko.net/p/ugit/# + +http://gitlet.maryrosecook.com/docs/gitlet.html +https://maryrosecook.com/blog/post/git-from-the-inside-out +http://gitlet.maryrosecook.com/ + +http://think-like-a-git.net/ + +Buen enlace: +https://dev.to/valeriavg/master-git-in-7-minutes-gai + +Tutorial loco +https://itoshkov.github.io/git-tutorial.html + +Algoritmos de diffing +https://luppeng.wordpress.com/2020/10/10/when-to-use-each-of-the-git-diff-algorithms/ + +Historia de git init +https://initialcommit.com/blog/history-git-init-command + +Think like git: +https://tacaswell.github.io/think-like-git.html + +Git internals (simple): +https://articles.foletta.org/post/git-under-the-hood/ + +Another git book: +https://www.raywenderlich.com/books/advanced-git/v1.0/chapters/1-how-does-git-actually-work + +Hooks: +https://githooks.com/ + +Git LFS: is based on git annex +https://git-lfs.github.com/ + +Git annex: +https://en.wikipedia.org/wiki/Git-annex + +Interesting recipes: +https://dangitgit.com/en + +All I wish I knew about git: +https://blog.plover.com/2022/06/29/#tips + +It's time to ditch git? +https://dev.to/yonkeltron/is-it-time-to-look-past-git-ah4 |