Version control updates with a few more git log options#439
Version control updates with a few more git log options#439KimberleyCook merged 3 commits intocodebar:gh-pagesfrom
Conversation
| $ git log --stat | ||
| ``` | ||
|
|
||
| Even can do graphs with the --graph command. It will display an ASCII graph of the branch and merge history beside the log output. |
There was a problem hiding this comment.
The first few words here I don't think make sense, maybe a word at the beginning is missing?
KimberleyCook
left a comment
There was a problem hiding this comment.
Thank you very much for this addition @jvsanchez28, we really appreciate the help with these tutorials. I have just one little comment, once that is looked at I'm happy for it to be merged in :)
|
|
||
| By default, with no arguments, git log shows the most recent commits first. | ||
|
|
||
| If we want to limit the number of log entries displayed we can use the a number as an option, such as -3 to show only the last three entries. |
There was a problem hiding this comment.
Small change here too: "...we can use the a number as an option..." should read as "we can use a number as an option"
Thanks for the improvements, Javier. Turning into a solid tutorial.
|
Thank you so much fro the review. |
KimberleyCook
left a comment
There was a problem hiding this comment.
Sorry for the delayed re-review of this @jvsanchez28. Happy to merge this in, thanks for your work on it 💃
No description provided.