Android Studio 引入 Git 并提交代码

风流不在谈锋胜,袖手无言味最长。这篇文章主要讲述Android Studio 引入 Git 并提交代码相关的知识,希望能为你提供帮助。

  • File -> Settings -> Version Control -> Git -> Path to Git executable -> 选择本地 Git 可执行文件 -> Test
  • VCS -> VCS Operations Popup -> Git
  • 项目结构切换为 Project -> 项目名文件夹上右键 -> Git -> Add
  • 项目结构切换为 Project -> 项目名文件夹上右键 -> Git -> Commit Directory -> 填写 Commit Message -> Commit
  • 项目结构切换为 Project -> 项目名文件夹上右键 -> Git -> Respository -> Remotes -> 右边的加号 -> url 填写 git 服务器的 git 仓库地址,比如 ssh://[email  protected]:27/home/git/android.git
  • 【Android Studio 引入 Git 并提交代码】项目结构切换为 Project -> 项目名文件夹上右键 -> Git -> Respository -> Remotes -> Push

    推荐阅读