Gitk does not show HEAD of master?
问题 This is on Ubuntu 14.04, git version 1.9.1 (same for gitk ). I'm doing this: $ cd /tmp $ git clone https://github.com/underdoeg/ofxLibRocket.git ofxLibRocket-git Cloning into 'ofxLibRocket-git'... remote: Counting objects: 1013, done. remote: Total 1013 (delta 0), reused 0 (delta 0), pack-reused 1013 Receiving objects: 100% (1013/1013), 16.85 MiB | 326.00 KiB/s, done. Resolving deltas: 100% (631/631), done. Checking connectivity... done. $ cd ofxLibRocket-git $ git status On branch master