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 archive コマンドを使用すると、特定のコミット ID のリポジトリから変更/影響を受けるファイルのみをダウンロードできますか? Web インターフェイス @ bitbucket を使用することは可能ですか?
特定のコミットに焦点を当てたアーカイブ ファイルを作成できますが、変更/影響を受けたファイルだけでなく、リポジトリ全体をアーカイブします。ただし、おそらくログでそれらを把握できます。
例: bitbucket からの最新の変更が必要な場合は、次のようになります。
git archive -format=tar --remote=<PATH_TO_YOUR_REPO> HEAD