News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Introduction to Git, Part 1
November 29, 2011 @ 09:44:10

If you haven't gotten a chance to try out git for your version control system, now's the perfect time. PHPMaster has an introduction to using git for a simple PHP project. It introduces you to some of the basics and gets you up to speed quickly.

Some of the more commonly used version control systems that you have likely heard about are CVS and Subversion. This tutorial will take a "forget everything you know about CVS or Subversion" approach. As someone who has used all three of these systems in the professional realm, I can testify that some knowledge of CVS or Subversion can be useful when approaching Git, but it is not necessary. The best way to learn Git is to start using Git for what Git is.

They break it up into a few different sections - why use git, how to create a new repository, adding/staging files for commit, viewing the project history and viewing diffs for different versions. This is the first part in a series, so keep tuned for future parts touching on branching, merging and working with remote repositories.

0 comments voice your opinion now!
introduction git versioncontrol distributed tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Cleaning up Array Elements, POST and GET Requests with Filters in PHP 5

PHPMaster.com: Parsing XML With SimpleXML

BarelyFitz.com: CSS Colors - Take Control Using PHP

Gonzalo Ayuso's Blog: Real time notifications with PHP

Maarten Balliauw: Working with Windows Azure from within PhpStorm


Community Events











Don't see your event here?
Let us know!


code series database testing functional api interview zendframework2 release example introduction development community podcast framework composer language application phpunit opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework