I use atlassian's Stash for source control and want to give the release manager a nice graphic view over the source.
This is possible using git bash, but I don't want him to perform a pull every time, but to look on Stash and see the brances tree (gitk in git bash) graph over there.
So, my question is what is the gitk equivalent in Stash?
Thanks!
(For future comments: I already googled it and search in other questions but didn't find the answer).