TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Git: A Designer's Perspective

42 点作者 bscofield超过 15 年前

3 条评论

m0hit超过 15 年前
I started using Git about six months ago for tracking notes (i usually use TextMate) and have been adding much more things into version control since then.<p>Even when not saving the data on a remote server, Git allows me to quickly start a repo when required and branch quickly and easily.<p>Version control provides amazing new possibilities to many kinds of data. Currently I am using Git not only for tracking Python, PHP and HTML/CSS/JavaScript projects, but also notes, papers, sometimes todo lists and pretty much anything text-based.<p>Tried writing and using a tool that unzips a Word doc and then adds the XML files inside to a Git repo, but the XML history is quite useless.<p>If Google Wave like Robots are possible in Docs, then would be great to add Git functionality to Google Docs. Or maybe Google will just improve the history views in its apps.
jsonscripter超过 15 年前
I wish there were more merge extensions in git. For instance, I would very much like an extension that merged bitmap images in a fine-grained manner, such that I could specify if it's okay to merge two sets of changes or just select the latest one on a consistent basis. This would allow multiple devs to do touch-up work on a single large image instead of having to cut it up into pieces.
评论 #775271 未加载
grinich超过 15 年前
<i>To be honest, I haven't used branching yet. But from what I hear it's much easier to do in Git, and developers love it.</i><p>Branching is in fact one of the best features of git, but it's so powerful and loaded with features that the documentation has become a trial to use.<p>I think we're in need of some really simple documentation for git, created specifically for visual learners. Even coming from the svn world, it's a bit hard to understand what "decentralized" really means, in terms of usage.
评论 #775232 未加载