Error when using git pull
Added by Girish Patel over 1 year ago
I've used git pull today to compile a new Showtime. I get this error:
girish@girish-linux:~/Documents/showtime$ git pull
M glwthemes/mono/popups/auth.view
M src/fileaccess/fa_nativesmb.c
M src/keyring.c
U src/ui/glw/glw_cocoa.m
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
girish@girish-linux:~/Documents/showtime$
Any help would be very much appreciated, thank you.
Replies (1)
RE: Error when using git pull
-
Added by Andreas Öman over 1 year ago
You cannot pull if you have modified files in your own copy.
use: git status to see what those fiels are. and use git checkout <path> to reset them.
(1-1/1)