Skip to content

Commit 79c1c4f

Browse files
author
jordanmccullough
committed
Fine tune grammar
1 parent a990476 commit 79c1c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workbooks/github-intermediate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ $ git log --stat -M
320320
$ git log --follow <file>
321321
```
322322

323-
## Undoing commits
323+
## Undoing commits with `revert` and `reset`
324324

325325
### Summary
326326
* Generating commit to restore past patch set
@@ -376,7 +376,7 @@ $ git pop
376376
$ git stash --include-untracked
377377
```
378378

379-
## Recovering almost anything
379+
## Recovering almost anything with `reflog`
380380

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

399399
### Summary
400-
* Pushing branch to repo
401-
* Using GitHub interface
400+
* Pushing a branch to GitHub
401+
* Using the GitHub interface
402402
* Retrieving locally
403403

404404
```

0 commit comments

Comments
 (0)