LoginSignup
1
0

More than 5 years have passed since last update.

[Git]ブランチがおかしくなった時にリセットする方法

Posted at

ブランチを色々いじっていて訳がわからなくなった時など、元に戻したい場合。

ブランチ名がdevelopの場合
git checkout master
git branch -D develop
git checkout develop
git pull 
1
0
0

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
1
0