Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    That can work too, instead of my git push --mirror approach of my answer. +1 Commented Mar 3, 2013 at 0:10
  • Yeah, but this way, I didn't have to set up a remote push location, and I didn't have to get any command line authentication working in TFS in the cloud. Commented Mar 3, 2013 at 0:52
  • Sounds definitively better, then :) Commented Mar 3, 2013 at 0:54
  • I was going crazy with this task... Tried a lot of paths and now it makes sense. THANK YOU! :D Commented Apr 26, 2013 at 3:31
  • I discovered by accident that even this can be further simplified to 3 simple steps. i.e. you dont need to pull the existing repo or clone the new empty project. See my answer for details. Luvin this git command line. Commented Jun 25, 2014 at 10:15