git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to update a cloned git repository
@ 2012-09-11 10:49 Joachim Schmitz
  2012-09-11 11:06 ` Matthieu Moy
  0 siblings, 1 reply; 14+ messages in thread
From: Joachim Schmitz @ 2012-09-11 10:49 UTC (permalink / raw)
  To: git

Hi folks

Probably a beginner's question...

If I did a
    git clone git://guthub.com/git/git.git
and worked on some own branches of pu
    git checkout pu;git checkout -p mybranch;hack;hack;...;git commit -a -s
how to update my repository once the the one on github changed?
A plain
    git pull
or
    git fetch;git merge
keeps failing on my with lots of conflicts, none of which relate to any of 
the changes I did (and hence wouldn't know how to resolve)


Bye, Jojo 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-09-12  8:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 10:49 How to update a cloned git repository Joachim Schmitz
2012-09-11 11:06 ` Matthieu Moy
2012-09-11 11:17   ` Joachim Schmitz
2012-09-11 11:21     ` Matthieu Moy
     [not found]       ` <007001cd9016$8f980f80$aec82e80$@schmitz-digital.de>
2012-09-11 12:40         ` Matthieu Moy
2012-09-11 12:48           ` Joachim Schmitz
2012-09-11 13:07           ` Erik Faye-Lund
2012-09-11 16:05           ` Junio C Hamano
2012-09-11 16:21             ` Matthieu Moy
2012-09-11 16:46             ` Joachim Schmitz
2012-09-12  8:52               ` Matthieu Moy
2012-09-11 14:09     ` Sitaram Chamarty
2012-09-11 16:00     ` Junio C Hamano
2012-09-11 16:45       ` Joachim Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).