代码之家  ›  专栏  ›  技术社区  ›  HelloCW

如何在android studio 3.3.1工具栏上显示git的按钮?

  •  1
  • HelloCW  · 技术社区  · 5 年前

    我是git和github的初学者,现在我通过单击菜单项vcs->git->push将更改提交到远程github服务器…在Android Studio上。

    图片是我的Git工具栏。只有一些按钮。

    enter image description here

    我希望按钮能显示在主工具栏上,我该怎么做?

    顺便说一句,我读过这篇文章 https://code.tutsplus.com/tutorials/working-with-git-in-android-studio--cms-30514 但我在Android Studio上找不到图像的步骤。

    enter image description here

    1 回复  |  直到 5 年前
        1
  •  1
  •   Nuwan Alawatta    5 年前

    是的,你可以。这是怎么回事。先去,

    文件>设置>外观&行为>主工具栏

    &引导到

    主工具栏>主工具栏设置>VCS操作

    settings window

    下一步单击添加后按钮。

    Add After Window

    然后在Vesrion控制系统下找到Push。选择它并确认。应用并确定所有窗口。就这样,你现在可以在Git工具栏中看到按钮了。