How can I find the location of origin/master in git, and how do I change it?

前端 未结 13 513
悲哀的现实
悲哀的现实 2020-12-02 03:33

I\'m a Git newbie. I recently moved a Rails project from Subversion to Git. I followed the tutorial here: http://www.simplisticcomplexity.com/2008/03/05/cleanly-migrate-yo

相关标签:
13条回答
  • 2020-12-02 04:25

    [ Solution ]

    $ git push origin
    

    ^ this solved it for me. What it did, it synchronized my master (on laptop) with "origin" that's on the remote server.

    0 讨论(0)
提交回复
热议问题