Skip to content

Instantly share code, notes, and snippets.

@trufa
Created June 1, 2012 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trufa/2848707 to your computer and use it in GitHub Desktop.
Save trufa/2848707 to your computer and use it in GitHub Desktop.
PS C:\Users\Trufa\Documents\Visual Studio 2010\Projects\Viernes 7> git checkout cocina
error: Your local changes to the following files would be overwritten by checkout:
Cocina/bin/Debug/Cocina.exe
Cocina/bin/Debug/Cocina.pdb
Cocina/obj/x86/Debug/Cocina.exe
Cocina/obj/x86/Debug/Cocina.pdb
Viernes 7.suo
Please, commit your changes or stash them before you can switch branches.
Aborting
PS C:\Users\Trufa\Documents\Visual Studio 2010\Projects\Viernes 7> git checkout master
error: Your local changes to the following files would be overwritten by checkout:
Cocina/bin/Debug/Cocina.exe
Cocina/bin/Debug/Cocina.pdb
Cocina/obj/x86/Debug/Cocina.exe
Cocina/obj/x86/Debug/Cocina.pdb
Viernes 7.suo
Please, commit your changes or stash them before you can switch branches.
error: The following untracked working tree files would be overwritten by checkout:
Cocina/bin/Debug/Cocina.vshost.exe.manifest
Please move or remove them before you can switch branches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment