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.
たまたま作業ツリーからフォルダーを削除してしまいました。フォルダーを git サーバーから同期するにはどうすればよいですか?
サーバーから同期する必要はありません。ローカルリポジトリから取得できます。を使用するだけgit checkout <folder>です。
git checkout <folder>