Changes between Initial Version and Version 1 of Ticket #146


Ignore:
Timestamp:
Mar 9, 2017, 2:07:21 PM (7 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #146 – Description

    initial v1  
    99
    1010However, git just says this:
    11 ```
     11{{{
    1212First, rewinding head to replay your work on top of it...
    13 ```
     13}}}
    1414and then exits. And your working repo is left in a state when remote commits are applied but all your local commits are NOT restored on top of them (i.e. they are virtually lost unless you know git internals well enough to get them from your rev-log).
    1515