If Git Menu is not visible on Visual Studion (especially from 2019 onwards), then follow the below steps to make it visible. Possible Reaso...
If Git Menu is not visible on Visual Studion (especially from 2019 onwards), then follow the below steps to make it visible.
Possible Reason:- Your Active Project is Controlled by other source control
1. In VS Select Tools---> Options
2. Select Environment -->Preview Features.
3. uncheck the New Git user experience. If it is already unchecked then no need to uncheck again.
4. Check the same option again and click on the Ok button.
5. Git Menu should be visible
COMMENTS