Hi,

Sorry if this question is very lame, tried to figure out myself, but was not
able to, and kind of new to git.

I forked a repo from pieter¹s master repo for gitx (guess this is based on
version 0.7 stable from October 2009). Now I created a local branch, and
wanted to fetch the new features from ³brotherbard / gitx² and wanted to
analyze and merge it to my local branch, and then wanted to start work on
it.

I was successfully able to fork, and download the master repo from my fork..
Now I created the branch, and when I tried to fetch brotherbard¹s master, I
didn¹t end up with any error, but I guess the new files have not been
fetched. Why is that? I¹m sure that I¹m doing something wrong here, I would
be happy to get the right syntaxes.

My Terminal output

balaji-macbook:gitx balaji$ git fetch http://github.com/brotherbard/gitx.git
master
>From http://github.com/brotherbard/gitx
 * branch            master     -> FETCH_HEAD
balaji-macbook:gitx balaji$ git log -p HEAD..FETCH_HEAD
balaji-ravindrans-macbook:gitx balaji$


Reply via email to