From: "Pelle Svensson" <pelle2004@gmail.com>
To: git@vger.kernel.org
Subject: newbie question - git-pull and local branch merge
Date: Fri, 22 Dec 2006 11:27:54 +0100 [thread overview]
Message-ID: <6bb9c1030612220227h2dc83a78u2e31e0f4e6801412@mail.gmail.com> (raw)
Hi,
I'm quiet new to git and I have done this so far:
1. Installed git-1.4.4
2. pulled linus kernel tree.
3. Created a local branch 'git-checkout my stuff'
4. Edit a number of files.
5. git-commit -a
6. git-pull
7. Edit a couple more files.
8. git-pull <- Problem!
Accidentally I had 2 files not committed and one of these also
had changes in the git-pull master branch which git could
not merge automatically.
Changes has been done but I'm not fully convinced what has happen.
I see that files has been changed and the failing merge file need's
to be edit.
The really question I need answer is how can I see what changes
has been done in the master branch (the one pulled in) of the
file I suppose to merge manually. Is there no way to get out
the 2 last versions from the master branch and supply them to
KDiff3 or similarly diff program.
Also by reading the documentation I wounder what the difference is of:
- commit and check-in, seem to be same thing.
- update index-file and update the repository.
/Thanks
next reply other threads:[~2006-12-22 10:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-22 10:27 Pelle Svensson [this message]
2006-12-22 10:46 ` newbie question - git-pull and local branch merge Junio C Hamano
2006-12-22 11:26 ` Pelle Svensson
2006-12-22 20:43 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6bb9c1030612220227h2dc83a78u2e31e0f4e6801412@mail.gmail.com \
--to=pelle2004@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).