Posts Tagged ‘Git’

A successful Git branching model(Repost)

October 7th, 2013
http://nvie.com/posts/a-successful-git-branching-model/

         In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management. » Read more: A successful Git branching model(Repost)

Git和GitHub使用总结

September 17th, 2013

git克隆项目(下载代码)

git clone [email protected]:lzz235/****.git
git clone [email protected]:lzz235/*****.git

Open Source on Github: Your First Contribution (Repost)

August 22nd, 2013

As a senior Computer Science student, I am constantly hearing about how great it is to contribute to open source projects on github. Many job listings list it as a qualification or a “plus”, and it is casually thrown around in conversation at all kinds of seminars and events at school. Sounds great, I should do that! The only problem is: I’m a huge noob! I’ve done well in my computer science classes at school, sure, and I’ve built some projects that my family and friends think are cool, yes, but surely I can’t contribute in any meaningful way to a project with real users, right? Right?
» Read more: Open Source on Github: Your First Contribution (Repost)

github 换行符自动转换

August 20th, 2013

今天小心翼翼地 Fork 了一个项目,本地改好提交,同步到服务器,怀着激动的心情发出 Pull Request……这时发现问题了。我发现 diff 图表显示的更新并不仅是我修改的那几行,而是整个文件都显示为已修改。 » Read more: github 换行符自动转换

图解Git

August 7th, 2013

» Read more: 图解Git