
GIT
文章平均质量分 75
YasinLeeX
yasin.lee.x@outlook.com
In fact, a good percentage of the total code in a program consists of nothing but error checking.
展开
-
如何使用git svn 命令下载svn仓库的代码
如何使用git svn 命令下载svn仓库的代码参考链接 http://blog.chinaunix.net/uid-11639156-id-3077471.html下载代码:从指定的节点693检出代码:git svn clone -r693:HEAD http://192.168.30.203/svn/trunk/1860c --username=liyaochuan原创 2016-05-13 15:29:26 · 5997 阅读 · 0 评论 -
git找到丢失的commit
从Git仓库中恢复已删除的分支、文件或丢失的commit[日期:2014-09-27] 来源:Linux社区 作者:Linux[字体:大 中 小] 在使用Git的过程中,有时可能会有一些误操作比如:执行checkout -f 或 reset -hard 或 branch -d删除一个分支结果造成本地(远程)的分支或某些commit丢失原创 2016-04-13 18:16:37 · 4745 阅读 · 0 评论 -
repo start 和仓库分支名称
20130111关于repo和git4.1 项目repo init -u gitosis@XXXXroid.git.xxxxxxxxxx.com.cn:android/platform/manifest.git -b XXXXroid4.1 --repo-url=gitosis@XXXXroid.git.xxxxxxxxxx.com.cn:tools/repo.git上面这原创 2013-01-29 00:55:03 · 28425 阅读 · 0 评论 -
Linux 使用 Gitosis 架設 Git Server
本文转自:http://blog.longwin.com.tw/2011/03/linux-gitosis-git-server-2011/Linux 使用 Gitosis 架設 Git Server單純使用 SSH 架設可見此篇: Linux 架設使用 SSH 共享存取的 Git Server想要控管 User / Project 權限的話(限制某些原创 2012-10-31 22:33:55 · 1079 阅读 · 0 评论 -
下载android4.0源码时出错的解决
出自google官方 :http://source.android.com/source/downloading.htmlDownloading the Source TreeInstalling RepoRepo is a tool that makes it easier to work with Git in the context of Androi翻译 2012-05-30 14:55:37 · 3235 阅读 · 0 评论 -
如何搭建Repo服务器端
转自 : http://blog.youkuaiyun.com/seker_xinjian/article/details/6232475正在实验中…… 所以不对其正确性做保证。。。以下是原文我们知道Android开源工程的代码,使用了一个叫repo的工具,有效的管理着Android底下的几百个git工程。事实上repo本上并不是一个程序,而是一个脚本工程.....原创 2012-02-08 18:07:23 · 1340 阅读 · 1 评论 -
HOWTO: where to download repo
发现curl https://android.git.kernel.org/repo>~/bin/repo 已经不能下载到repo脚本了。找来找找去终于在android 的官网上找到。。。真是暮然回首啊。。。就是在这里: http://source.android.com/source/downloading.html以下是网页快照:Downloading the Sourc原创 2012-02-08 14:25:44 · 1626 阅读 · 0 评论 -
repo 的官方文档
repo 的官方文档 http://source.android.com/source/version-control.htmlVersion Control with Repo and GitTo work with the Android code, you will need to use both Git and Repo. In most situatio原创 2012-02-08 13:57:58 · 2615 阅读 · 0 评论 -
一个简单好用的基于git的代码托管网站
最重要的是它是免费的,而且同时为免费用户提供私有代码托管!网址:https://bitbucket.org/网站帮助文档:http://confluence.atlassian.com/display/BITBUCKET/bitbucket+101 在这里教你如何创建和维护自己的托管原创 2012-02-01 17:01:20 · 1056 阅读 · 0 评论 -
git work flow
内部文档,仅供参考!谢绝转载!git日常开发及BugFix基础流程(测试)一。准备工作1. 权限使用linux的同事,请在shell中,使用windows的同事,请在cygwin模拟的shell执行ssh-keygen -t rsa这会在用户的.ssh目录下生成默认的密钥对,把公原创 2011-07-12 13:23:07 · 881 阅读 · 0 评论 -
git basic
内部文档,仅供参考!谢绝转载!git是个非常好用的版本工具,不但可以在linux下环境使用,还可以在windows下使用。我们的整个代码工程需要使用这个来管理,我们自己的一些联系也可以很方便的使用它去管理,节省了很多代码维护的成本。 一。基本应用 1.安装 git的安装除了git原创 2011-07-12 13:18:42 · 1549 阅读 · 0 评论 -
使用 Git 管理源代码
……转载 2011-03-14 18:04:00 · 1305 阅读 · 0 评论 -
Git 系列之四:Git 进阶功能-转载
Git 系列之四:Git 进阶功能-转载转载 2011-03-10 10:34:00 · 899 阅读 · 2 评论 -
Git 系列之三:Windows 下 Git 配置与使用指南
Git 系列之三:Windows 下 Git 配置与使用指南转载 2011-03-10 10:32:00 · 1721 阅读 · 0 评论 -
Git 系列之二:Windows 下 Git 客户端的选择,及 msysGit 各种中文问题的解决
Git 系列之二:Windows 下 Git 客户端的选择,及 msysGit 各种中文问题的解决转载 2011-03-10 10:26:00 · 1769 阅读 · 0 评论 -
在Windows环境中使用版本管理工具Git
在Windows环境中使用版本管理工具Git转载 2011-03-10 10:18:00 · 1123 阅读 · 0 评论 -
git 学习笔记( 随时更新中…… 最后更新日期201304281518)
GIT是版本管理的未来!推荐几个GIT教程网站http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/index.htmlhttp://progit.org/book/zh/http://www.linuxsir.org/main/doc/git/gittutorcn.htmhttp://ww原创 2010-10-29 21:05:00 · 8087 阅读 · 2 评论 -
repo 的一些用法和理解
repo的用法(zz) 注:repo只是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库。(也就是说,他是用来管理给git管理的一个个仓库的)下载 repo 的地址: http://android.git.kernel.org/repo ,可以用以下二者之一来下载 repowget http://android.git.原创 2010-10-29 21:04:00 · 62559 阅读 · 12 评论 -
Git和Repo扫盲——如何取得Android源代码
<br />本文系转载<br /><br />Git 是 Linux Torvalds 为了帮助管理 Linux内核开发而开发的一个开放源码的分布式版本控制软件,它不同于Subversion、CVS这样的集中式版本控制系统。在集中式版本控制系统中只有一个仓转载 2010-06-28 22:59:00 · 910 阅读 · 0 评论 -
Git 基础设置 (帐号和环境变量设置,颜色设置)
直接在 Shell 下執行下述:git config --global user.name "Tsung"git config --global user.email "username@email.com"git config --global color.diff auto # git diff 要顯示顏色git config --global color.status aut原创 2010-06-28 22:55:00 · 11672 阅读 · 0 评论