Changes between Initial Version and Version 1 of Ticket #146
- Timestamp:
- Mar 9, 2017, 3:07:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #146 – Description
initial v1 9 9 10 10 However, git just says this: 11 ``` 11 {{{ 12 12 First, rewinding head to replay your work on top of it... 13 ``` 13 }}} 14 14 and 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). 15 15