4 lines
90 B
Text
4 lines
90 B
Text
|
#!/bin/bash
|
||
|
|
||
|
exec git push origin '+refs/heads/*:refs/heads/*' '+refs/tags/*:refs/tags/*'
|