Skip to content

Commit d5b7340

Browse files
Revert CONTRIBUTING.adoc
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 0ae923d commit d5b7340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ From the command line you can check this using:
9797
log --graph --pretty=oneline
9898
----
9999

100-
As this may cause lots of typing, we recommend creating a global alias, e.g. `git log` for this:
100+
As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this:
101101

102102
----
103-
git config --global alias.log 'log --graph --pretty=oneline'
103+
git config --global alias.logg 'log --graph --pretty=oneline'
104104
----
105105

106106
This command, will provide the following output, which in this case shows a nice linear history:

0 commit comments

Comments
 (0)