On 12/15/05, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote: > > > not make any sense to me; I am puzzled ... what are you trying > > > to achieve with "git pull . ref1:HEAD"? > > > > merge branch ref1 into current. Is that not a correct refspec? > > No, it is not correct. To pull means that you want to merge the fetched > ref (your ref1), and store the result in the current branch. > > But if you write "ref1:HEAD", you pretend that you want to fast-forward > the local branch "HEAD" to ref1, and get an error if it is not > forwardable. > > In your case, I guess, "git pull ref1" is what you meant. I did, I guess... Confused now. - 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.htmlReceived on Fri Dec 16 02:57:38 2005
This archive was generated by hypermail 2.1.8 : 2005-12-16 02:57:45 EST