4 lines
91 B
Bash
4 lines
91 B
Bash
|
git commit -am "$1"
|
||
|
git push --all
|
||
|
git tag -a `date +%Y%m%d_%H%M%S` -m "$1"
|
||
|
git push --tags
|