cfg/bin/git-pot

6 lines
131 B
Plaintext
Raw Normal View History

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