diff options
Diffstat (limited to 'extra.md')
-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 |