a very simple script to create snapshot of the current head
This commit is contained in:
parent
cbb1771dd6
commit
89320c179f
1 changed files with 3 additions and 0 deletions
3
archive_current.sh
Executable file
3
archive_current.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
today=`date --iso-8601`
|
||||||
|
git archive --format zip master > eo_${today}.zip
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue