News Feed
Jobs Feed
Sections




News Archive
Phil Sturgeon's Blog:
Managing CodeIgniter Packages with Git Submodules
September 26, 2011 @ 09:27:11

Phil Sturgeon has a new post to his blog today for the CodeIgniter folks out there - a tip on keeping things organized by using git submodules for package management.

With CodeIgniter moving to GitHub we are starting to see a lot of CodeIgniter developers wanting to learn more about Git, specifically how they can use it to improve their workflows, manage their applications and move away from the horrible days of copying and pasting updated libraries off a wiki. UCK. Sparks are helping us on the whole, but there is another method that we can use to manage our packages: Git Submodules.

Submodules allow you to pull in source from a remote repository without having to merge the code into your own. It creates a dependency between the two and makes it easier to check out only what you need. He gives the example of his oauth2 package being needed in multiple other applications, so instead of including and checking in multiple versions, he made a separate repo and defined the source as a submodule. He also includes a bit about fixing issues in your submodules with a few handy commands to get on the right branch, add a remote and push the commit.

0 comments voice your opinion now!
codeigniter git submodules modular versioncontrol


blog comments powered by Disqus

Similar Posts

Kenny Katzgrau's Blog: CodeIgniter Reactor? What’s Going On?

NetTuts.com: Easy Package Management for CodeIgniter with Sparks

AskAboutPHP.com: CodeIgniter: Extending the native 'Model' and make it your own.

Derick Allard's Blog: CodeIgniter update, Jan 2010

Phil Sturgeon's Blog: Video: Set up a REST API with CodeIgniter


Community Events









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


zendframework2 framework composer example code podcast unittest api phpunit object language community opinion release testing interview database introduction tool development

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