Great, thanks for your answer! A confusing thing is the difference between:
>git log master and >git log origin/master "git log master" shows the log of the remote repositorys master branch. "git log origin/master" shows the log of a _local_ branch which is tracking a remote branch (it is tracking the "origin master" branch, and the local tracking branch is only updated when a "git fetch" is made). Brs, Markus -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
