Visual Studio git error "Object reference not set to an instance of an object" after checking out another branch

Viewed 1656

I can't check out another branches then the Git Changes interface gave me an error "Object reference not set to an instance of an object."

1 Answers

There are some files to commit before checking out another branch. Adding these file by command git add . in command line interface

Related