Git workflow and rebase vs merge questions

后端 未结 11 2358
春和景丽
春和景丽 2020-11-22 03:09

I\'ve been using Git now for a couple of months on a project with one other developer. I have several years of experience with SVN, so I guess I bring a lot of baggage to th

11条回答
  •  Happy的楠姐
    2020-11-22 04:09

    DO NOT use git push origin --mirror UNDER ALMOST ANY CIRCUMSTANCE.

    It does not ask if you're sure you want to do this, and you'd better be sure, because it will erase all of your remote branches that are not on your local box.

    http://twitter.com/dysinger/status/1273652486

提交回复
热议问题