Android studio上git的使用

Posted sloth_ccc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android studio上git的使用相关的知识,希望对你有一定的参考价值。

  最近一直被git坑,所以要好好学习一下git。

  参考博客:http://blog.csdn.net/gao_chun/article/details/49817229/

一.git的安装

  在android上安装git的过程比较简单,1.先下载git并安装,需要记住安装路径。

    git下载地址:http://git-scm.com/download/

  2.在studio中设置git插件:File->Setting->Version Control->Git, 中的Path to Git executable中选中git.exe的路径

  3.点击Test测试一下,如下图:那么你就设置成功了。

  

 

二.导入github项目

  参考博客:http://www.bubuko.com/infodetail-807716.html

  1.首先可以先设置github上的账号:File->Setting->Version Control->GitHub中设置账号

  

  2.配置clone地址:打开VCS->CheckOut From Version Control->github

  填写仓库的地址,点击OK,之后的可以直接点击next,finish直到项目导入完全

    

    

 

 

三.上传项目到github

  

  添加描述

  

  之后点击ok然后点击yes就可以了,在github上可以查看到自己上传的项目:

  

 

 

 

 

 

 

 

 

  

以上是关于Android studio上git的使用的主要内容,如果未能解决你的问题,请参考以下文章

如何通过 Android Studio 在我的树莓派上使用本地 Git 服务器?

如何在 android studio中使用git

如何在 android studio中使用git

Android Studio从Git上Clone(克隆)项目

android Studio 中git 的使用

Git系列:Android studio上update projectpullfetch的区别