Project 'mj/owl' was moved to 'owl/owl'. Please update any links and bookmarks that may still have the old path.
Select Git revision
-
Martin Mareš authoredMartin Mareš authored
git-remote-set 449 B
#!/bin/bash
cd "$(dirname "$0")"
git remote -v
echo
git remote | while read r
do
git remote remove $r
done
git remote add ucw jirikalvoda@jabberwock.ucw.cz:GIT/userconfig
git remote add hluk jiri@hluk.fnuk.eu:GIT/userconfig
git remote add kam git@gitlab.kam.mff.cuni.cz:jirikalvoda/userconfig.git
git remote add gitlab git@gitlab.com:JiriKalvoda/userconfig.git
git remote add github git@github.com:JiriKalvoda/userconfig.git
echo
git remote -v