我见过人们使用
$ git push
并推送到他们默认的远程仓库/分支
我一直在使用
$ git push hm master
当我键入时,我需要更改哪些设置:
$ git push
我没有看到这个错误:
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>