0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Android StudioのTool BarにGit Pushボタンを追加

Posted at

Android Studio(4.0.1)のToolBarで、
Gitボタン欄にPushボタンが表示されていなかったので追加した方法をメモ。
スクリーンショット 2020-08-09 20.50.44.png

Preferencesを開く

Android Studio>Preferences
スクリーンショット 2020-08-09 21.02.09.png

VcsNavBarToolbarActionsで、Pushボタンを追加したい箇所を選択する

Appearance & Behavior>Menus and Toolbars>
Navigation Bar Toolbar>NavBarVcsGroup>
VcsNavBarToolbarActions
スクリーンショット 2020-08-09 20.49.05.png

Add ActionでPushを追加

Main menu>VCS>Git
スクリーンショット 2020-08-09 20.50.02.png

VcsNavBarToolbarActionsに、Pushが追加されました

スクリーンショット 2020-08-09 20.50.21.png

無事、Pushボタンが追加されました。

スクリーンショット 2020-08-09 20.51.09.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?