Skip to content
Snippets Groups Projects
Select Git revision
  • 749cecaab229fcc923c6a978e35a43beff14845d
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/submit-images
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
19 results

base.html

Blame
  • 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