LoginSignup
10
13

More than 3 years have passed since last update.

gitでブランチ切り替えようとしたら、error: you need to resolve your current index first !!

Posted at
git checkout [自分のbranch名]

上記コマンドで、git でブランチを切り替えようとしたら下記のようなエラーが発生しました!!

error: you need to resolve your current index first

コンフリクトが起きていますね!!下記コマンドで解決しました!!

git merge --abort

解決です!!

10
13
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
10
13