Re: git pull and merging.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Aneesh Kumar
Date: Wednesday, December 6, 2006 - 3:05 am

On 12/6/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:

This doesn't work. So this is what i tried
test repository with master and devel branch
cloned it to test.devel

.git/config have

[branch "devel"]
        remote = origin
        merge = devel

Now IIUC this should be when i am in branch devel when i do a git pull
pull from origin remote and merge with the local branch devel  the
remote branch devel.

But git pull says already up to date.

Now i thought merge should be local reference. So i changed it to
merge = remotes/origin/devel.

That also didn't work.

Then i tried the name of the branch should be indicated as
"refs/heads/devel" . That also didn't work.

So i guess i am missing something.

-aneesh
-
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:
git pull and merging., Aneesh Kumar, (Tue Dec 5, 9:51 pm)
Re: git pull and merging., Junio C Hamano, (Tue Dec 5, 10:02 pm)
Re: git pull and merging., Aneesh Kumar, (Tue Dec 5, 10:21 pm)
Re: git pull and merging., Johannes Schindelin, (Wed Dec 6, 2:26 am)
Re: git pull and merging., Aneesh Kumar, (Wed Dec 6, 3:05 am)
Re: git pull and merging., Josef Weidendorfer, (Wed Dec 6, 9:44 am)
Re: git pull and merging., Aneesh Kumar K.V, (Wed Dec 6, 11:46 pm)
Re: git pull and merging., Josef Weidendorfer, (Thu Dec 7, 4:27 am)
Re: git pull and merging., Junio C Hamano, (Thu Dec 7, 12:06 pm)
Re: git pull and merging., Josef Weidendorfer, (Thu Dec 7, 3:54 pm)
Re: git pull and merging., Junio C Hamano, (Thu Dec 7, 4:06 pm)
Re: git pull and merging., sbejar, (Thu Dec 7, 6:56 pm)
Re: git pull and merging., sbejar, (Thu Dec 7, 7:04 pm)
Re: git pull and merging., Junio C Hamano, (Fri Dec 8, 12:07 am)
Re: git pull and merging., Josef Weidendorfer, (Fri Dec 8, 10:23 am)
[PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 12:12 pm)
Re: git pull and merging., sbejar, (Fri Dec 8, 1:09 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 2:39 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 3:01 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 4:17 pm)
[PATCH] Add branch.*.merge warning and documentation update, Josef Weidendorfer, (Fri Dec 8, 6:28 pm)