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

push_remote () {
	git push -f $1 $1:master
}

push_remote lab01
push_remote lab02
push_remote lab03
push_remote lab04