I messed some config files up and need to get so that my git repos will push pull by default to master on github. I get this message the below code as a hint on what to fix and i understand it except for the <refspec> under [remote "<nickname>"] what goes here?
[branch "master"]
remote = <nickname>
merge = <remote-ref>
[remote "<nickname>"]
url = <url>
fetch = <refspec>
This should do it: