News

graph@log: ~ $ git log --all --decorate --oneline --graph A pretty git log graph. The pretty switch of the git log provides a multitude of ways to format git log output, especially when a developer ...
A revision equals a git commit. In the graph a revision is a node in the graph. This is visually represented with a filled circle. Each commit/revision is rendered on a separate a row in the graph.
It’s worth noting that commits in the interactive Git rebase tool are listed in the reverse order compared to the git log graph tool. The newest commit is at the start of the interactive rebase, while ...
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documen ...
You can use these ids or tags like HEAD (the current commit) to go further up the git commit graph. If you ask git to show you what’s going on with “git log” you can see that the original ...