Re: Question about "git pull --rebase"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johan 't Hart
Date: Sunday, November 15, 2009 - 12:47 pm

Francis Moreau schreef:

Ah that part.

It means that
$ git pull --rebase origin master

means the same as:
$ git pull --rebase origin master:
(note extra colon at the end)

But not as:
$ git pull --rebase origin master:foo

It means that, when you give a refspec without a colon, it is the same 
as the refspec with the colon and without the right side.
--
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:
Question about "git pull --rebase", Francis Moreau, (Sat Nov 14, 1:39 pm)
Re: Question about "git pull --rebase", Nanako Shiraishi, (Sat Nov 14, 4:16 pm)
Re: Question about "git pull --rebase", Johan 't Hart, (Sat Nov 14, 4:29 pm)
Re: Question about "git pull --rebase", Francis Moreau, (Sun Nov 15, 7:31 am)
Re: Question about "git pull --rebase", Francis Moreau, (Sun Nov 15, 7:34 am)
Re: Question about "git pull --rebase", Johan 't Hart, (Sun Nov 15, 12:47 pm)
Re: Question about "git pull --rebase", Junio C Hamano, (Sun Nov 15, 1:18 pm)
Re: Question about "git pull --rebase", Johan 't Hart, (Sun Nov 15, 1:32 pm)
Re: Question about "git pull --rebase", Francis Moreau, (Mon Nov 16, 5:00 am)
Re: Question about "git pull --rebase", Francis Moreau, (Mon Nov 16, 5:17 am)