From 4d29f3f988e5612fa18c17066d9e00097b7b9149 Mon Sep 17 00:00:00 2001 From: Milo Gilad Date: Mon, 31 Jul 2017 10:30:24 -0400 Subject: Keeping lines under 80 chars --- git.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git.html.markdown') 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: -- cgit v1.2.3