0
0
Fork 0
mirror of https://projects.torsion.org/witten/borgmatic.git synced 2025-05-02 15:30:02 +00:00
witten_borgmatic/scripts/push

9 lines
137 B
Text
Raw Permalink Normal View History

2017-10-27 21:51:10 -07:00
#!/bin/bash
set -e
branch_name=$(git rev-parse --abbrev-ref HEAD)
git push -u github "$branch_name"
git push -u origin "$branch_name"