login
Header Space

 
 

Re: Resolving conflicts

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Wink Saville <wink@...>
Date: Friday, December 1, 2006 - 3:30 am

On Friday 01 December 2006 07:06, Wink Saville wrote:
...
I am not the worlds expert in this, but since most seem to be in bed I'll 
attempt to answer you

...

These show that these two files had some conflicts in the contents from the 
kernel and your local branch
...
...

Nothing - its asking you to manually resolve the conflict.  


Take a look in these two files - you should see conflict markers of the form
<<<<<<<<<<<<<<<< 
some content
================
some other content

which is the contents that failed from your side and the new version of the 
kernel you pulled in.

Edit so the files have sensible content

then use

git update-index <filename>

to tell git that that particular conflict has been resolved.


When you have done that for both files

just do 

git commit







-- 
Alan Chandler
http://www.chandlerfamily.org.uk
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Resolving conflicts, Wink Saville, (Fri Dec 1, 3:06 am)
Re: Resolving conflicts, Linus Torvalds, (Fri Dec 1, 3:39 am)
Re: Resolving conflicts, Linus Torvalds, (Fri Dec 1, 3:53 am)
Re: Resolving conflicts, Wink Saville, (Fri Dec 1, 3:52 am)
Re: Resolving conflicts, Linus Torvalds, (Sat Dec 2, 12:30 am)
Re: Resolving conflicts, Linus Torvalds, (Fri Dec 1, 3:57 am)
Re: Resolving conflicts, Linus Torvalds, (Fri Dec 1, 4:00 am)
Re: Resolving conflicts, Wink Saville, (Fri Dec 1, 4:22 am)
Re: Resolving conflicts, Alan Chandler, (Fri Dec 1, 7:47 pm)
Re: Resolving conflicts, Wink Saville, (Fri Dec 1, 11:04 pm)
Re: Resolving conflicts, Alan Chandler, (Fri Dec 1, 4:13 am)
Re: Resolving conflicts, Alan Chandler, (Fri Dec 1, 3:30 am)
Re: Resolving conflicts, Wink Saville, (Fri Dec 1, 3:41 am)
Re: Resolving conflicts, Alan Chandler, (Fri Dec 1, 4:10 am)
speck-geostationary