Android Studio 引入 Git 并提交代码
Posted seliote
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
项目结构切换为 Project -> 项目名文件夹上右键 -> Git -> Respository -> Remotes -> Push
以上是关于Android Studio 引入 Git 并提交代码的主要内容,如果未能解决你的问题,请参考以下文章
Git - Android Studio不再允许我提交更改并推送到GitHub
如何将Android Studio项目提交(更新)到github
Android | 如何在Android Studio上使用Git 以及 GitHub