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:
@@ -531,7 +531,8 @@ $ git reset --hard 31f2bb1
|
|||||||
Reflog will list most of the git commands you have done for a given time period,
|
Reflog will list most of the git commands you have done for a given time period,
|
||||||
default 90 days.
|
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:
|
You can do this:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user