Answers for "> git checkout -q error: you need to resolve your current index first"

0

> git checkout -q error: you need to resolve your current index first

# CONFLICT (content): Merge conflict in path/to/file

# open the file in an editor of your choice
$ vim /path/to/file_with_conflict

# repeat for every file that has a conflict and then

$ git commit -a -m 'commit message'
Posted by: Guest on August-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language