add a remote repo
# git remote add --track master origin [Repository URL]
push local master branch to remote origin branch
# git push origin master
If I use "git push", I get an error "git push ‘No refs in common and none specified’".
我的小樹
16 年前