Visual Studio ============= Menu ---- Almost all function can be started from the ``GitExt`` menu in Visual Studio. .. image:: /images/visual_studio/git_menu.png Toolbar ------- A Git Extensions toolbar allows you to perform the most common actions. The buttons can be customized, same functions as in the menu. .. image:: /images/visual_studio/toolbar.png The current branch name can be shown in the commit button. .. image:: /images/visual_studio/setting_branch.png Context menu ------------ Options in the context menu on files and in Solution Explorer: * Diff changes to the commit index * View the file history by choosing the ‘File history’ option. * Reset the file changes to the last committed revision. .. image:: /images/visual_studio/context_menu.png