How to sync unsynced commits?
问题 I committed a change in my file and want to sync it. I am using the Windows Github user interface and I am new to this. The sync button does not show up. How can I do this with a shell command? 回答1: If you look at the screenshot, near the top it says detached head . Although rather unpleasant sounding, this just means that you're not on a branch but rather having a commit checked out. Looking at one of your comments, it says rebasing master . Looks to me like a rebase was started, but never