26 May 2015

View GIT branch history/log without checking-out/switching to that branch

It is simple.

# fetch from remote repository just in case you don't have those change yet
git fetch

#because you might not it's have local tracking branch. Hence origin
gitk origin/<branchname> 

No comments:

Post a Comment