You are here |
www.maxpou.fr | ||
| | | |
www.cyberdemon.org
|
|
| | | | Demystifying git submodules by showing exactly how they work. | |
| | | |
blog.nelhage.com
|
|
| | | | In my previous blog post, I discussed how git is distinctive among version control system in the way in which it makes the backend model that is being used to store data the most important element of the tool, and that experts use it by having the complete model in their head, and thinking in terms of operations on this object model, rather than just in terms of knowing specific commands to accomplish specific tasks. | |
| | | |
jiby.tech
|
|
| | | | In order to troubleshoot a bug in the very early history of a project using git, I needed a way to show the git diff from "nothing" to the first commit. Since git keeps a linked graph of commits, what I wanted was a diff from the commit before the first one. Searching the onlines dug up this answer on StackOverflow, showing that there's a specific commit hash we can use to diff from "nothing" to the first commit: | |
| | | |
itwont.work
|
|
| | in which I complain about blogging. (imported post) |