Open haseeb-heaven opened 3 months ago
You can double click on a commit to view the changes, but I feel like there ought to be an option to make this single click
You can double click on a commit to view the changes, but I feel like there ought to be an option to make this single click
Yes i saw that but still its pro version paid and Git graph is free offers better views of Git branches and also has features of switching to other branches without needing to checkout
The current Git graph is primarily useful for visualizing commit history, but it lacks some essential features that would significantly improve usability:
Commit File Changes: When clicking on any commit in the Git graph, it doesn't allow the user to view the files changed in that commit. This feature is essential for quickly understanding the impact of a particular commit.
Switching Branches: Currently, to view commits from different branches, I have to switch branches manually. It would be much more efficient if the Git graph allowed viewing commits across branches without the need to switch.
These features are already available in the Git Graph extension, and it would be great to see them included in GitLens, especially in the Pro version.
Steps to Reproduce
Expected Behavior
Actual Behavior
Additional Context
Implementing these features would enhance the workflow for developers using GitLens and reduce the need for switching to alternative extensions.
Thank you for considering these enhancements.