summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--git.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index e2376176..1cd2578e 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -531,7 +531,8 @@ $ git reset --hard 31f2bb1
Reflog will list most of the git commands you have done for a given time period,
default 90 days.
-This give you the chance to reverse any git commands that have gone wrong (for instance, if a rebase has broken your application).
+This give you the chance to reverse any git commands that have gone wrong
+(for instance, if a rebase has broken your application).
You can do this: