Skip to content
Snippets Groups Projects
publish 145 B
Newer Older
Jan Kožusznik's avatar
Jan Kožusznik committed
#!/usr/bin/env bash

push_remote () {
Jan Kožusznik's avatar
Jan Kožusznik committed
	git push -f $1 origin/$1:master
Jan Kožusznik's avatar
Jan Kožusznik committed
}

push_remote lab01
push_remote lab02
push_remote lab03
push_remote lab04