cfg/bin/git-pot

6 lines
124 B
Plaintext
Raw Normal View History

2016-07-21 13:48:49 +00:00
#!/bin/bash -ex
2016-11-12 18:18:49 +00:00
CURRENT_BRANCH=$(git branch --list | awk '/^\*/{print $2}')
2016-07-21 13:48:49 +00:00
exec git push origin ${CURRENT_BRANCH} --tags