summaryrefslogtreecommitdiffstats
path: root/pusha
blob: 443c62b909b65c5d213fc621851c254e419627b1 (plain)
1
2
3
4
5
#! /bin/bash
for remote in $(git remote -v | cut -f 1 | sort | uniq)
do
    git push $remote
done