summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
authorMilo Gilad <Myl0g@users.noreply.github.com>2017-07-31 10:30:24 -0400
committerGitHub <noreply@github.com>2017-07-31 10:30:24 -0400
commit4d29f3f988e5612fa18c17066d9e00097b7b9149 (patch)
treec8b798427d3f8b840ef12843ea03f443d7c38df6 /git.html.markdown
parent0e53a8a500b75a0b60a88b9830825fda3c06bbf8 (diff)
Keeping lines under 80 chars
Diffstat (limited to 'git.html.markdown')
-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: