summaryrefslogtreecommitdiffstats
path: root/git-rebase-subtree/upload-patches.sh
blob: 88da064adc26b7d3d6909bc3e60f9326e59b3903 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -x
rsync -avz --delete patches/ "${RSYNC_HOST}:${RSYNC_DIR}/patches/"
for branch in "" ndim-trivial-fixes ndim-doc ndim-git-version
do
	git push -f public ${branch}
done