最近、GitHub for Windowsを使い始めました。
衝突したばかりです。コマンドラインでは、これを処理する方法を知っていますが、GitHub for Windows は、私が慣れていない状態にすることを選択しました:
C:\Users\w\Documents\GitHub\CmisSync [(6026d18...)|REBASE +0 ~1 -0 !1 | +0 ~0 -0 !1]> git status
# Not currently on any branch.
# You are currently rebasing.
# (fix conflicts and then run "git rebase --continue")
# (use "git rebase --skip" to skip this patch)
# (use "git rebase --abort" to check out the original branch)
#
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
...
競合を修正し、ファイルをコミットしましたが、実行するgit push
と次のように表示されます。
fatal: You are not currently on a branch.
To push the history leading to the current (detached HEAD) state now, use
git push origin HEAD:<name-of-remote-branch>
マージ コミットをリモート マスターに取得するための推奨される方法は何ですか? 私はこれを達成すること
を疑います。git push origin HEAD:master