aboutsummaryrefslogtreecommitdiff
blob: 913fe8aaf363770cb59d2173e1d0820015e0a7b0 (plain)
1
2
3
4
5
6
7
8
git remote set-url --push origin git+ssh://git@git.overlays.gentoo.org/proj/gitolite-gentoo.git
git remote add upstream-g2 git://github.com/sitaramc/gitolite.git --no-tags -t g2
git remote add upstream-g3 git://github.com/sitaramc/gitolite.git --no-tags -t master
git fetch upstream-g2
git fetch upstream-g3
git branch -t -l upstream-g2 upstream-g2/g2
git branch -t -l upstream-g3 upstream-g3/master
git branch -t -l master-g2 origin/master-g2