Skip to content

Commit

Permalink
Fine tune grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmccullough committed May 3, 2014
1 parent a990476 commit 79c1c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workbooks/github-intermediate.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ $ git log --stat -M
$ git log --follow <file>
```

## Undoing commits
## Undoing commits with `revert` and `reset`

### Summary
* Generating commit to restore past patch set
Expand Down Expand Up @@ -376,7 +376,7 @@ $ git pop
$ git stash --include-untracked
```

## Recovering almost anything
## Recovering almost anything with `reflog`

### Summary
* Tracing Git action "history"
Expand All @@ -397,8 +397,8 @@ $ git branch [name] HEAD@{1}
## Pull requests

### Summary
* Pushing branch to repo
* Using GitHub interface
* Pushing a branch to GitHub
* Using the GitHub interface
* Retrieving locally

```
Expand Down

0 comments on commit 79c1c4f

Please sign in to comment.