-1

I am facing the below error when I am pulling data from git using the git pull from Bitbucket Repository in VS 2015.

Cannot pull because there are uncommitted changes. Commit or undo your changes before pulling again. See the Output window for details.

James Z
  • 12,209
  • 10
  • 24
  • 44
  • 1
    Does this answer your question? [Visual Studio 2015 Git error message "Cannot pull/switch because there are uncommitted changes"](https://stackoverflow.com/questions/36647308/visual-studio-2015-git-error-message-cannot-pull-switch-because-there-are-uncom) – kowsky Feb 13 '20 at 08:04

1 Answers1

0

Read this question and answers:

Visual Studio 2015 Git error message "Cannot pull/switch because there are uncommitted changes"

You have to use stash before pulling and unstash it after pulling use these commands:

Fred
  • 3,365
  • 4
  • 36
  • 57