惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
P
Proofpoint News Feed
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
The Last Watchdog
The Last Watchdog
F
Fortinet All Blogs
S
Schneier on Security
Help Net Security
Help Net Security
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
I
InfoQ
T
The Blog of Author Tim Ferriss
Cisco Talos Blog
Cisco Talos Blog
Stack Overflow Blog
Stack Overflow Blog
T
Troy Hunt's Blog
人人都是产品经理
人人都是产品经理
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Forbes - Security
Forbes - Security
Vercel News
Vercel News
S
Security Affairs
美团技术团队
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Cyberwarzone
Cyberwarzone
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Spread Privacy
Spread Privacy
Attack and Defense Labs
Attack and Defense Labs
IT之家
IT之家
U
Unit 42
Recorded Future
Recorded Future
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
P
Palo Alto Networks Blog
H
Hacker News: Front Page
S
Security @ Cisco Blogs
博客园 - 【当耐特】

版本控制系统

请教如何分析从服务器上 Check Out 文件很慢 - V2EX 有没有一款版本管理软件可以融合 SVN 和 GIT 的优点的?目前任然没有找到一个完美的版本软件。 - V2EX 当所有人的开发都在同一个分支,而本次投产只投该分支的部分新增代码时,你怎么处理? - V2EX 找一篇文章,面向版本控制(如 git)提交记录友好来编程 - V2EX 有没有操作和原理类似 git,但是可以限定保留版本记录范围的工具或库推荐呢? - V2EX 开源项目中,如何管理项目的『专业版』的代码? - V2EX 被同事操作亮🦐眼 - V2EX SourceTree真的特别好用。 Really awesome !!! - V2EX [求推荐] 项目管理软件 - V2EX 源代码版本控制客户端SourceTree,支持GIT和SVN,限时免费 - V2EX 大家在今年开启的新项目用的版本控制系统是哪款呢? - V2EX
用了git,觉得svn弱爆了 - V2EX
panlilu · 2011-07-10 · via 版本控制系统

这是一个创建于 5454 天前的主题,其中的信息可能已经有所发展或是发生改变。

有和我类似感觉的人么?
尤其我觉得git的去中心化的版本控制理念和分支的管理非常的赞!

另外觉得git上手比较麻烦,windows下的git GUI也不怎么用的顺手,乌龟git 感觉又大又不好用(完全没有乌龟svn来的感觉)。
谁如果能做出个直观易用的git GUI我觉得肯定很有市场的。

还有这个貌似是这个节点的第一帖?

  • git
  • svn
  • GUI

    35 条回复    2016-09-08 15:36:45 +08:00

    bindiry

    1

    bindiry      2011 年 7 月 10 日

    确实,tortoiseGit不太好用是真的,github官方能出个windows客户端也好,难道用github的windows用户很少?

    fly2never

    2

    fly2never      2011 年 7 月 10 日

    re.
    目前需要git和svn同用,以前用git-svn,用起来问题比较多,现在干脆svn和git设在同一个文件夹,平时用git本地提交,然后和svn服务器交互的时候用svn分支来处理,再和本地分支合并.用起来很顺手了

    phus

    3

    phus      2011 年 7 月 10 日

    恩。smartgit可以试下。不过还是习惯命令行了,msysgit非常顺手。
    不过分布式的的vcs的通病是权限管理太弱,不适合企业使用。

    shector

    5

    shector      2011 年 7 月 10 日

    @panlilu

    "Eventually, I (well, many of us) decided that better native clients (OSX, Windows, Linux, Eclipse, Visual Studio, etc) was the best way to grow GitHub. And since we all use Macs — we should start off with an OS X application. Build what you know/use, expand from there."

    http://warpspire.com/posts/designing-github-mac/

    kongruxi

    6

    kongruxi      2011 年 7 月 10 日

    我习惯用命令行

    不过对于复杂的diff,用GUI更直观

    Numbcoder

    7

    Numbcoder      2011 年 7 月 10 日

    自从习惯了git用命令行之后,svn也开始用命令行了,感觉很好!

    anuxs

    8

    anuxs      2011 年 7 月 10 日

    msysgit

    darasion

    9

    darasion      2011 年 7 月 10 日

    谁发起做一个吧...

    chone

    10

    chone      2011 年 7 月 10 日

    个人习惯命令行,另外觉得windows下用mercuial更好一些

    fly2never

    13

    fly2never      2011 年 7 月 10 日

    @chone 总感觉hg做分支没有git轻量.hg官方都建议clone新文件夹来分支,而git分支则容易太多.

    fly2never

    14

    fly2never      2011 年 7 月 10 日

    @panlilu 嗯,我在尝试了git-svn,git和svn两个文件夹(用软件同步)两个方案之后,才选择了git和svn同一个文件夹.兼顾了方便和功能

    chone

    15

    chone      2011 年 7 月 10 日

    @fly2never 这个是风格问题,clone来操作也有它的优势,速度上其实也慢不了多少。

    fly2never

    16

    fly2never      2011 年 7 月 10 日

    @chone 空间是问题,像我有时候branch十几个分支就挺悲剧的...

    fly2never

    17

    fly2never      2011 年 7 月 10 日   ❤️ 1

    @kongruxi +1 git的使用基本上用命令行可以搞定了,只有diff和merge的时候借用一下外部工具.win下面git命令行,个人觉得弄一个cygwin比msysgit好用

    rrrrutdk

    18

    rrrrutdk      2011 年 7 月 10 日

    已经无法脱离命令行了。而且你可以安装cygwin再装git,比msysgit再好用。

    但是如果你真的有那种不用windows也能活下去的话,转到Linux吧。
    实在不行就两系统或者来个苹果机器。

    dreampuf

    22

    dreampuf      2011 年 7 月 10 日

    命令行.高效.

    bcxx

    23

    bcxx      2011 年 7 月 10 日

    @panlilu 是很不好用,哈哈~ 不过努力学中 =]

    panlilu

    24

    panlilu      2011 年 7 月 10 日

    @bcxx 一般般的不好用啦,没有 “很不好用”= =。哈哈

    bcxx

    25

    bcxx      2011 年 7 月 10 日

    @panlilu 修个图都成问题~ 人家是小白嘛 XD

    xi4oh4o

    26

    xi4oh4o      2011 年 7 月 10 日

    命令行+1 而且很爱github

    WarWithinMe

    28

    WarWithinMe      2011 年 7 月 10 日

    GitHub确实应该弄个windows客户端。

    makestory

    29

    makestory      2011 年 7 月 13 日

    几乎没有用过带GUI的。
    相信还是命令行效率高

    eric_q

    31

    eric_q      2012 年 6 月 6 日

    虽然装了github windows客户端,但是还在用命令行

    fly2never

    32

    fly2never      2012 年 6 月 6 日

    git windows官方版已经支持UTF-8了,乌龟git也蛮好用的了

    alsotang

    34

    alsotang      2012 年 6 月 6 日

    Linux下我用qgit察看git的log与branch相关信息,因为图形化显示。操作的话,直接命令行。
    说老实的,我竟觉得git的命令行还是挺方便的..

    URgoy

    35

    URgoy      2016 年 9 月 8 日 via Android

    先贴了,再说话。。