- You own a Git repository server and the developers do not have access to it
(i.e. they can only read & write to the repo, but not
gcit). - You had a developer that wrote a project for you.
- He got angry for whatever reason and deleted all branches from the remote repo.
He also
push -fed themasterbranch leaving only one silly commit there. - He escaped from the country leaving you without any code at all (at least this is what he believe in).
- You have never cloned the repo to other machine. There were only two copies of it: the developer's one and the server's one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 0x80 beginning | |
| //___________________ | |
| // 0x81 - 112 bytes / no refresh / C+3E | |
| // 0x82 - refresh | |
| // 0x83 - 28 bytes of data / refresh / 2C | |
| // 0x84 - 28 bytes of data / no refresh / 2C | |
| // 0x85 - 56 bytes of data / refresh / C+E | |
| // 0x86 - 56 bytes of data / no refresh / C+E | |
| // --------------------------------------- | |
| // address or 0xFF for all |
OlderNewer