GitHub - Unsynchronized Commit?

前端 未结 3 781
遇见更好的自我
遇见更好的自我 2021-01-01 23:47

I made a bunch of changes to files in a git repository. Before I committed anything I was asked to commit some other files someone else had for me (coming from an SVN reposi

3条回答
  •  悲哀的现实
    2021-01-02 00:26

    In the GitHub for Mac GUI client, go to Repository > Push on the menubar.

    This will upload any unsynced commits to the GitHub server. Since this does not download any new code, the GitHub client will not force you to commit all your changes. This is useful if you have a bunch of local changes that are not ready to commit, but you also have several local changes that are ready to commit.

    This seems easier than (although conceptually equivalent to) the previous suggested answers involving the git command-line interface.

提交回复
热议问题