We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae923d commit d5b7340Copy full SHA for d5b7340
CONTRIBUTING.adoc
@@ -97,10 +97,10 @@ From the command line you can check this using:
97
log --graph --pretty=oneline
98
----
99
100
-As this may cause lots of typing, we recommend creating a global alias, e.g. `git log` for this:
+As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this:
101
102
103
-git config --global alias.log 'log --graph --pretty=oneline'
+git config --global alias.logg 'log --graph --pretty=oneline'
104
105
106
This command, will provide the following output, which in this case shows a nice linear history:
0 commit comments