参考自:http://blog.csdn.net/sunnypotter/article/details/18948053参考自:http://stackoverflow.com/questions/18293405/ssh-t-gitgithub-com-permission-denied-pub...
分类:
其他好文 时间:
2015-08-08 11:51:24
阅读次数:
195
git的aone开发流程
1.克隆版本库到本地 克隆git@gitlab.alibaba-inc.com:locops/locops_code.git
2.去aone上拉分支,跟svn、的时候一样,暂时选master,develop分支暂时不用,原因在于使用develop分支需要提前合并代码到develop,如果在测试过程中某些分支不发布了,还需要将develop回滚。
3.记住...
分类:
其他好文 时间:
2015-08-08 10:31:47
阅读次数:
1242
小结 现在总结一下今天学的两点内容: 初始化一个Git仓库,使用git init命令。 添加文件到Git仓库,分两步: 第一步,使用命令git add <file>,注意,可反复多次使用,添加多个文件; 第二步,使用命令git commi...
分类:
其他好文 时间:
2015-08-08 01:24:19
阅读次数:
176
转自:http://garyszone.me/2014/12/11/github-ssh-keys/工具Git下载地址:Git for WindowsSublimeGit下载地址:SublimeGitPuTTY下载地址:PuTTY请选择Windows InstallerSSH Keys打开Git B...
分类:
其他好文 时间:
2015-08-07 22:14:11
阅读次数:
147
初始化配置 #配置使用git仓库的人员姓名??
git?config?--global?user.name?"Your?Name?Comes?Here"??
??
#配置使用git仓库的人员email??
git?config?--global?user.email?you@yourdomain.exam...
分类:
其他好文 时间:
2015-08-07 20:29:50
阅读次数:
143
转载请注明出处王亟亟的大牛之路话不多说,先上效果图
循环旋转的状态
项目结构
一个Sample包,一个Lib包。Lib包里面其实只有一个累,很多内容都在素材文件里,比较建议把内容复制出来,贴到自己的项目中主类:public class MainActivity extends ActionBarActivity {
CircleProgressView mCircleView...
分类:
其他好文 时间:
2015-08-07 19:57:37
阅读次数:
134
Linphone开源代码库,下载方法:termino中新建一个文件夹,输入如下:git clone git://git.linphone.org/linphone-iphone.git --recursive参考:http://www.linphone.org/technical-corner/li...
分类:
其他好文 时间:
2015-08-07 19:30:17
阅读次数:
124
转载 版本控制工具git的安装和常用命令: http://blog.csdn.net/fuhao715/article/details/6985275
分类:
其他好文 时间:
2015-08-07 19:09:23
阅读次数:
114