胸怀万里世界, 放眼无限未来。这篇文章主要讲述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
文章图片
添加描述
文章图片
【Android studio上git的使用】之后点击ok然后点击yes就可以了,在github上可以查看到自己上传的项目:
文章图片
推荐阅读
- 怎么使用chrome调试andriod app(Hybrid App)
- Android跨应用启动
- Android App瘦身实战
- android 过USB-IF測试注意事项及改动
- androidHandlerr.removeCallbacksAndMessages(null)的妙用
- Android之TextView的Span样式源代码剖析
- wpf之StackPanelWrapPanelWrapPanel之间的关系
- android studio java.io.IOException:setDataSourse fail.
- Android仿华为天气绘制刻度盘