Skip to content

Commit

Permalink
Merge pull request k88hudson#94 from alvarogarcia7/patch-1
Browse files Browse the repository at this point in the history
add another way of seeing the last committed diff
  • Loading branch information
RichardLitt committed Feb 15, 2016
2 parents aef9e07 + 3571561 commit d87d89a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Let's say that you just blindly committed changes with `git commit -a` and you'r
(master)$ git diff HEAD@{1} HEAD
```

or

```sh
$ git log -n1 -p
```

<a name="#i-wrote-the-wrong-thing-in-a-commit-message"></a>
### I wrote the wrong thing in a commit message

Expand Down

0 comments on commit d87d89a

Please sign in to comment.