Skip to content

Instantly share code, notes, and snippets.

@coisme
Created April 1, 2018 13:45
Show Gist options
  • Save coisme/bcbd9ec41e5cb399dff20c9fe40902c8 to your computer and use it in GitHub Desktop.
Save coisme/bcbd9ec41e5cb399dff20c9fe40902c8 to your computer and use it in GitHub Desktop.
ワーキングツリーで変更したファイルだけをZIPで固める
git diff --name-only | zip -@ archive.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment