blob: ecbbfe29b709d7af6648c5f7dc761b3bd8b4c479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
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
Database internals
https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/
Worktree
https://peppe.rs/posts/curing_a_case_of_git-UX/
A conceptual design analysis
https://blog.acolyer.org/2016/10/24/whats-wrong-with-git-a-conceptual-design-analysis/
Better commit messages:
https://commitizen-tools.github.io/commitizen/
Tutorial básico de Notxor:
https://notxor.nueva-actitud.org/2022/10/23/control-de-versiones.html
The perfect commit:
https://simonwillison.net/2022/Oct/29/the-perfect-commit/
Git commands you don't need:
https://myme.no/posts/2023-01-22-git-commands-you-do-not-need.html
|