|
|
|
|
|
by grumbel
875 days ago
|
|
> doesn't destroy the reflog or runs the GC server-side. Git doesn't give you access to the server side reflog either. So it's of not much use if you don't control the server. As for losing data with Git, the easiest way to accomplish that is with data that hasn't been committed yet, a simple `git checkout` or `git reset --hard` can wipe out all your changes and even reflog won't keep record of that. |
|
Neither is it the fault of your version control system, or any other system really, if you cannot access your server and are without backups.