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 6a37941 commit 63e7275Copy full SHA for 63e7275
index.html
@@ -182,7 +182,7 @@ <h2>log</h2>
182
<code>git log --author=bob</code><br />
183
To see a very compressed log where each commit is one line:<br />
184
<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 />
+ Or maybe you want to see an ASCII art tree of all the branches, decorated with the names of tags and branches: <br />
186
<code>git log --graph --oneline --decorate --all</code><br />
187
See only which files have changed: <br />
188
<code>git log --name-status</code><br />
0 commit comments