LoginSignup
667
551

More than 5 years have passed since last update.

gitでリモートのブランチにローカルを強制一致させたい時

Posted at

なんか作業内容が妙になってしまった時に
「ええーいリモートが合ってるんだからアイツに合わせたいんだよ!」
とイライラしたら下記。

git fetch origin
git reset --hard origin/master

以下参考。
http://stackoverflow.com/questions/1628088/how-to-reset-my-local-repository-to-be-just-like-the-remote-repository-head

667
551
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
667
551