When I right-clicked in my Android Studio project (in the Android view), I used to have a "Git" submenu. There I could pull, push, etc.
However, that 'Git' menu is now gone, somehow. As a result, I can neither push nor pull. Where can I enable that again?
I find that, if I clone the code with terminal, the Git menu is not among the options of VCS menu.
What I did was:
Try this way ,
Checkout Android Studio Git Tutorial link for more detail.
as well as check this Stack Explaination.
A simple Gradle-Sync is fixing this for me. I had this after every "stash" or "unstash" now (Android Studio 3.5.3)
If you don't have git repo on your project, just create a git repo on your project folder, something like
and when you have git repo already, just close the project from android studio and re-open it. let android studio to refresh itself...
Try this:
Settings -> Plugins -> Install JetBrains Plugin -> Type "Git" on search
Then Install: VCS Annotations Preloader
Hope this process will solve your problem
In my case the plugins "Git" and "GitHub" ware disabled. I enabled them (Settings->Plugins->Installed) and menu "Git" had been appeared.