TFS 2013 Tracking Changeset(commits) with GIT

528 Views Asked by At

With Team Foundation Version Control we have nice ability to visualize changesets. Hierarchy and Timeline view. How can I get same type of information with GIT repository? I can't find anything useful.

Hierarchy Tracking Hierarchy Tracking

Timeline view

Timeline view

1

There are 1 best solutions below

1
On BEST ANSWER

I'm not sure the Visual Studio git client has any visualizations like those built-in, but since the TFS Server Git repo is a standard git repo, you can use any git tooling available.

I know Source Tree has a nice visualization: https://www.atlassian.com/software/sourcetree/overview

Also the git command-line client has:

git -log --graph