From 79c1c4f2f91549123f2d842d10d9727b6a1ae87b Mon Sep 17 00:00:00 2001 From: jordanmccullough Date: Sat, 3 May 2014 10:14:19 -0600 Subject: [PATCH] Fine tune grammar --- workbooks/github-intermediate.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workbooks/github-intermediate.md b/workbooks/github-intermediate.md index 0219e1df1..c0ca10e05 100644 --- a/workbooks/github-intermediate.md +++ b/workbooks/github-intermediate.md @@ -320,7 +320,7 @@ $ git log --stat -M $ git log --follow ``` -## Undoing commits +## Undoing commits with `revert` and `reset` ### Summary * Generating commit to restore past patch set @@ -376,7 +376,7 @@ $ git pop $ git stash --include-untracked ``` -## Recovering almost anything +## Recovering almost anything with `reflog` ### Summary * Tracing Git action "history" @@ -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 ```