Skip to content

Instantly share code, notes, and snippets.

@heiwa4126
Created August 30, 2023 06:20
Show Gist options
  • Save heiwa4126/ac2dcd48f8b537995536b54b302d0f42 to your computer and use it in GitHub Desktop.
Save heiwa4126/ac2dcd48f8b537995536b54b302d0f42 to your computer and use it in GitHub Desktop.
#!/bin/bash -ue
# プロジェクトのトップで実行し、1個上のフォルダにzipを作る
git archive --format=zip HEAD -o "../${PWD##*/}.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment