Skip to content

Instantly share code, notes, and snippets.

@iOS0x00
Created April 16, 2013 08:13
Show Gist options
  • Save iOS0x00/5394284 to your computer and use it in GitHub Desktop.
Save iOS0x00/5394284 to your computer and use it in GitHub Desktop.
git版本管理的打包脚本
#!/bin/bash
git archive --format zip -o wxpublic-$(git log --pretty=format:"%h" -1).zip HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment