Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display Push button of Git on Android Studio 3.3.1 toolbar?

I'm a beginner of Git and Github, Now I submit the change to remote Github server by clicking the menu item VCS -> Git -> Push... on Android Studio.

The image is my toolbar of Git. There are only some buttons.

enter image description here

I hope the Push button can be displayed on main toolbar, how can I do?

BTW, I have read the article https://code.tutsplus.com/tutorials/working-with-git-in-android-studio--cms-30514, but I can't find the step of the image on Android Studio.

enter image description here

like image 766
HelloCW Avatar asked Feb 09 '19 12:02

HelloCW


1 Answers

Yes, you can. Here's how. First go to,

File > Settings > Appearance & Behaviour > Main Toolbar

& Navigate to

Navigation Bar Toolbar > NavBarVcsGroup > VcsNavbarToolbarActions

settings window

Next click on Add After button.

Add After Window

Then find Push under Vesrion Control System. Select it and Clcik OK. Apply and Ok all the windows. That's it you can now see the Push button in Git Toolbar.

like image 168
Nuwan Alawatta Avatar answered Sep 20 '22 04:09

Nuwan Alawatta