I use gitk to browse code.
I often right-click on a previous commit and reset master branch to here
.
Then I compile and test the code.
If I close gitk now and restart it, it can no longer see previous commits.
Then I have to type in command line git reset --hard origin/master
Is there a way for gitk to always show the full commit history till origin/master?