Singpolyma

singpolyma tweeted, “Is there a way to make git push a branch not named “master” to the branch named “master” on a remote? http://sngpl.ma/t46x0@ 2010-207 18:51 UTC

One Response

dj3vande

@singpolyma ‘git push remote localbranch:remotebranch’ on command line; grep git-push man page for ‘refspec’ for what to put in .git/config.

Leave a Response