|
|
|
|
|
by cjh_
4596 days ago
|
|
Git provides all the pieces, we just need to put them together in the right way. The issue is that a client may not have fetched for a while before performing the force push, so it may not have all the required refs for performing the rollback. The server of course still has all the refs, so it shouldn't be too hard to add a command (run client side) to invoke the required server-side rollback. |
|