Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リポジトリの背後にいるかどうかを知るために Windows で使用する必要があるコマンドは何ですか?
入力するだけ
git status
それはあなたが何コミット先にあるかを教えてくれます:
「後ろ」のために、あなたはしなければなりません
git fetch
そしてgit status:
まず、リポジトリから新しい参照をフェッチする必要があります。
git fetch <remote> <branch>
次に、
遅れているコミットの数がわかります。