The local warehouse has been used for a long time. I want to push all historical commit records to a remote new empty branch. How to do it?
黄舟2017-05-02 09:24:49
I don’t quite understand what you said about pushing all the history records. Isn’t it just a matter of pushing the latest code? It’s so complicated. If so, command git push origin to name your branch. That's it.