On Mon, Oct 4, 2010 at 11:57 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Felipe Contreras wrote: >> On Mon, Oct 4, 2010 at 11:46 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >>> git merge @{u} >> >> Interesting, I don't find anything like that in the documentation. > > The @{upstream} notation is documented in gitrevisions(7). ÂBut yes, > a more prominent mention (maybe some examples?) would be nice. > >> Moreover, wouldn't it make sense to make 'git merge' = 'git merge >> @{u}'? > > I think so, yes. :) Great :) > If I remember correctly, the current status is: > > Â- 'git remote' is for adding, removing, and pruning remotes > Â- 'git fetch <remote>' and 'git fetch --all' are for updating them, and > Â- 'git remote update' is for backward compatibility. Oh, I thought 'git remote update' was newer. If 'git fetch --all' is supposed to be used instead, then I guess 'git pull --all' makes sense, but personally I would like it to error out if the merge is not fast-forward. Cheers. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html