5 lines
44 B
Text
5 lines
44 B
Text
|
#!/bin/bash
|
||
|
|
||
|
git push --all
|
||
|
git push --tags
|