Skip to content

Commit

Permalink
Update local-git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Sep 17, 2023
1 parent 969acbd commit 84d6654
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions full/intro-git-github-version-control/local-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ git log
```
> [!NOTE]
> You can use `git log --oneline` to get the following
> - the SHA
> - the author
> - the date
> - the commit message
> `git log` displays the following:
> - the SHA (unique ID for each commit)
> - the author (the email and username you configured Git with)
> - the date (the date of the commit)
> - the commit message (the message that you added with the commit)
> You can use `git log --oneline` to get a one-line version of the logs.
## Summary
Expand Down

0 comments on commit 84d6654

Please sign in to comment.