Skip to content
Snippets Groups Projects
Commit 0577580b authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

push remote branches

parent 20a74dcf
Branches
No related merge requests found
#!/usr/bin/env bash
push_remote () {
git push -f $1 $1:master
git push -f $1 origin/$1:master
}
push_remote lab01
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment