Git Changes and Git Graph like in Visual Studio Code
VS Code's Git Source Control pane is the best. Everything I need to see in one glance. Very space-efficient. Only the buttons and data I actually need. The Changes and the Graph all nicely integrated in one pane on the left. Can this be done in Rider?
Please sign in to leave a comment.
Hi Thomas, thanks for your question. In Rider, you can view your changes in the Commit tool window – Ctrl+K(Windows) or CMD+K(macOS),and you can view the graph in the log tab of the Git tool window – Alt+9 (Windows) or CMD+9 (macOS). By default, the Git tool window spans the bottom left of the screen, but it can be moved to the Left bottom if you prefer to have it under the Commit tool window. This might make it more similar to VS Code for you.
See more on Rider Git integration here: https://www.jetbrains.com/help/rider/Working_with_Git_tutorial.html