git push --atomic - Not failing
问题 I have been trying to use the relatively new --atomic option for git push , but it has not worked for me, i.e., it still lets some refs change even though others failed. It seems from the diff here that there needs to be something on the remote server that will accept the atomic flag as well. While this makes sense, it seems that the default is to use it. I am pushing to a BitBucket server instance with http protocol. The current version of Git on the server is "git version 2.8.1". Is there