News

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 ...
To include extra data about all branches, commits and authors in the graph you can add the decorate and all switches: git log –all –decorate –oneline –graph All of the features of the pretty switch ...