Skip to content

Commit c4d226d

Browse files
committed
Merge pull request #100 from victor-rene/gh-pages
Fixed typo in index.html / log (Or mabe -> Or maybe)
2 parents c4ad909 + 075db35 commit c4d226d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2>log</h2>
182182
<code>git log --author=bob</code><br />
183183
To see a very compressed log where each commit is one line:<br />
184184
<code>git log --pretty=oneline</code><br />
185-
Or mabe you want to see an ASCII art tree of all the branches, decorated with the names of tags and branches: <br />
185+
Or maybe you want to see an ASCII art tree of all the branches, decorated with the names of tags and branches: <br />
186186
<code>git log --graph --oneline --decorate --all</code><br />
187187
See only which files have changed: <br />
188188
<code>git log --name-status</code><br />

0 commit comments

Comments
 (0)