We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a990476 commit 79c1c4fCopy full SHA for 79c1c4f
workbooks/github-intermediate.md
@@ -320,7 +320,7 @@ $ git log --stat -M
320
$ git log --follow <file>
321
```
322
323
-## Undoing commits
+## Undoing commits with `revert` and `reset`
324
325
### Summary
326
* Generating commit to restore past patch set
@@ -376,7 +376,7 @@ $ git pop
376
$ git stash --include-untracked
377
378
379
-## Recovering almost anything
+## Recovering almost anything with `reflog`
380
381
382
* Tracing Git action "history"
@@ -397,8 +397,8 @@ $ git branch [name] HEAD@{1}
397
## Pull requests
398
399
400
-* Pushing branch to repo
401
-* Using GitHub interface
+* Pushing a branch to GitHub
+* Using the GitHub interface
402
* Retrieving locally
403
404
0 commit comments