git 命令综合应用(for windows)
Windows Powershell环境
- 导出当前分支最新版本为zip文件。以当前目录命名
git branch --show-current | tee -V b; git archive --format zip -o "./$((gi .).BaseName).zip" $b -0
Windows Powershell环境
git branch --show-current | tee -V b; git archive --format zip -o "./$((gi .).BaseName).zip" $b -0