I'm trying to connect my android studio to my GitHub account.
Under settings-->Version Control--> < there is only an option 'git', no 'GitHub', where I could sign in into my account>
I tried-->
- Updating android studio.
- Under VCS-> enable version control integration.
But I still don't see the option of 'GitHub' under Version control.
Android studio ver 3.4.2


To add your GitHub account to Android Studio go to:
File > Settings > Version Control > GitHub and click Add account or the + button on the right hand side:
Also for your information Git and Github are not the same. Things like Git, CVS, Mercurial or Subversion are Version Control Systems used to manage your project code and files. These VCS allow you to keep track of your code history. Sites like GitHub or Bitbucket are hosting services for your code repositories.
That being said if you go to VCS > Enable Version Control Integration:
Then choose Git:
you will have many more options including the ability to set up a Remote GitHub repository for your project to allow you to Commit and Push to that repository