Add To Facebook Share on Twitter Add To Google Bookmarks Add To Linkedin Add To Del.icio.us Add To digg Add To Stumble Upon Add To Yahoo My Web Add To Technorati
11/12/2010
Rate:  Be the first to Rank
Git is a version control system used by development and programming teams, popular open source projects, and other team collaboration projects. In this Git guide, we will discuss the value of version control systems, an overview of Git, advantages and disadvantages of using Git, how to install Git, basic commands, tools and essential Git resources. (For designers, also check out The Ultimate Guide to Version Control for Designers.)
How to use Kohana 3 and github as your version control
29/03/2010
Rate:  Be the first to Rank
Kohana uses git for version control and github for collaboration. This tutorial will show you how to use git and github to build a simple application.
29/03/2010
Rate:  
This release can complete regular task, such commit, show log, diff two version, create branch and tag, Create patch and so on. See ReleaseNotes for detail. Welcome to contribute this project.
27/03/2010
Rate:  Be the first to Rank
Given the current status of Canvas and the impending release of Apple's iPad (which will have no Flash support at all), I finally decided to bite the bullet and do a complete rewrite of the Network Graph in JavaScript and Canvas.
14/03/2010
Rate:  Be the first to Rank
Git SCM (http://git-scm.com) is at version 1.7.0.2 and is becoming one of the most popular source control management systems around. With very powerful commands, simple installation, and most important - it's a DVCS ! Here is some fresh information and guides to help you get even more Git'ed: Intro to rebase - http://www.gitready.com/intermediate/2009/01/31/intro-to-rebase.html 10 useful git commands - http://about.digg.com/blog/10-useful-git-commands Aha! Moments When Learning Git http://betterexplained.com/articles/aha-moments-when-learning-git/ A Visual Git Reference - http://marklodato.github.com/visual-git-guide/ A..