This website requires JavaScript.
Explore
Help
Sign In
paulbsd
/
GeoLite.mmdb
Watch
1
Star
0
Fork
0
You've already forked GeoLite.mmdb
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
2024.10.04
GeoLite.mmdb
/
newtag.sh
6 lines
83 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
added newtag.sh
2021-11-07 17:28:28 +01:00
#!/bin/bash
updated newtag.sh
2023-07-31 09:34:25 +02:00
git fetch -p --prune-tags
added newtag.sh
2021-11-07 17:28:28 +01:00
git tag
$(
date +
"%Y.%m.%d"
)
git push --tags
Reference in New Issue
Copy Permalink