Skip to content

Commit

Permalink
add link to git-scm for log
Browse files Browse the repository at this point in the history
  • Loading branch information
brianamarie committed Apr 4, 2018
1 parent 0334962 commit a81280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/10_local_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this section, you will discover commands for viewing the history of your proj

When you clone a repository, you receive the history of all of the commits made in that repository. The log command allows us to view that history on our local machine.

Let's take a look at some of the option switches you can use to customize your view of the project history. _(Note: `--graph` is default on most Git Bash for Windows terminals.)_
Let's take a look at some of the option switches you can use to customize your view of the project history. You can find these options, and many more, on [git-scm.com](https://git-scm.com/docs/git-log). _(Note: `--graph` is default on most Git Bash for Windows terminals.)_

```sh
$ git log
Expand Down

0 comments on commit a81280b

Please sign in to comment.