DEBSOURCES
Skip Quicknav
sources / borgmatic / 2.0.11-2 / scripts / push
12345678
#!/bin/bash set -e branch_name=$(git rev-parse --abbrev-ref HEAD) git push -u github "$branch_name" git push -u origin "$branch_name"