cfg/bin/git-pushall

4 lines
90 B
Plaintext
Raw Normal View History

2016-07-21 13:48:49 +00:00
#!/bin/bash
exec git push origin '+refs/heads/*:refs/heads/*' '+refs/tags/*:refs/tags/*'