Skip to content

Commit c4199f5

Browse files
authored
docs : corrected git log command (#4272)
Signed-off-by: shahbazaamir <[email protected]>
1 parent f3b4279 commit c4199f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ CLAUDE.md
5050
qodana.yaml
5151
__pycache__/
5252
*.pyc
53+
tmp

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ When issuing pull requests, please ensure that your commit history is linear.
110110
From the command line you can check this using:
111111

112112
----
113-
log --graph --pretty=oneline
113+
git log --graph --pretty=oneline
114114
----
115115

116116
As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this:

0 commit comments

Comments
 (0)