cfg/bin/git-pushall
2016-07-21 16:29:54 +02:00

4 lines
90 B
Bash
Executable File

#!/bin/bash
exec git push origin '+refs/heads/*:refs/heads/*' '+refs/tags/*:refs/tags/*'