ChinaUnix.net
相关文章推荐:

git revert reset区别

参加活动:请问,db2 terminate 和 db2 connect reset 有什么区别 如题

by banker - DB2 - 2007-08-15 14:56:34 阅读(11482) 回复(4)

相关讨论

刚才翻历史命令 一不小心回车了一个 svn revert xyz.c 辛辛苦苦写的代码呀

by yecheng_110 - C/C++ - 2008-07-26 19:33:20 阅读(5437) 回复(13)
by mamei - AS400 - 2005-07-14 15:06:16 阅读(1340) 回复(1)

mercurial貌似跨平台特性好点 刚开始看了下mercurial的命令与git很像阿 大家有啥看法?

by reiase - C/C++ - 2009-08-12 17:14:50 阅读(1516) 回复(5)

在做rebase的时候,明明有没有合并完成的文件,但是用 git mergetool 却提示我没有可以合并的文件。 使用 git rebase --continue 时还是提示错误,有人遇到过这种情况么?

by zfbp - 软件配置管理 - 2008-09-25 20:03:15 阅读(3290) 回复(0)

git -- Linux 的内核开发版本控制工具。 即使是用来管理我们自己的项目也是有个优秀的工具, 主要的使用,基本都翻译整理完了。 你可以在线浏览: http://www.bitsun.com/documents/gittutorcn.htm 如果,你已经装了 git 可以用下面的命令来克隆版本库: git-clone http://www.bitsun.com/git/gittutorcn.git 希望你有兴趣参与都 git 的文档翻译整理工作中来。

by swanrobin - 内核/嵌入技术 - 2006-04-16 13:57:01 阅读(1677) 回复(3)

http://www.linux-mips.org/wiki/git 好像又出了个新的版本控制软件git? Linus同志已经把大部分的linux项目放在git下管理了 哎。。。。

by bleem1998 - 内核/嵌入技术 - 2005-10-20 09:31:21 阅读(856) 回复(0)

怎么解决?高手指教

by 快乐XP - Solaris - 2004-04-21 10:25:36 阅读(1428) 回复(4)

在Windows上用secureCRT连接到LINUX时,老是提示“connection reset”,这是什么问题啊。 LINUX的IP能拼通,SSHD服务也启动了。

by domyself_rl - Linux论坛 - 2004-01-06 10:52:31 阅读(1452) 回复(2)

git has sometimes been described as a versioning file-system which happens to support the underlying notions of version control. And while most people do simply use git as a version control system, it remains true that it can be used for other tasks as well. For example, if you ever need to store mutating data in a series of snapshots, git may be just what you need. It’s fast, efficient, and off...

by cobrawgl - Python文档中心 - 2009-04-06 17:14:14 阅读(1784) 回复(0)