I have done a replacement of one commit with another in this way:
* HEAD
|
...
|
* ==> *  `git replace left_commit right_commit`
|     |
*-----/
|
...
This replacement is placed in .git/refs/replace folder, so I wonder - how can I push this refs to the remote end?
