1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 08:16:58 +02:00

Keeping lines under 80 chars

This commit is contained in:
Milo Gilad
2017-07-31 10:30:24 -04:00
committed by GitHub
parent 0e53a8a500
commit 4d29f3f988

View File

@@ -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: