git diff 608e120 4abe32e --name-only | xargs zip update.20160718.zip
git diff dev_v2.0 dev_v2.0.20160618 --name-only | xargs zip 2016071802.zip
> git stash > git checkout dev_v2.0.1
開發完成以後:git
> git checkkout dev_v2.0.2 > git stash list > git stash apply stash@{xx}
"xx"爲git stash list 對應的數字app