Posts tagged with git
Git Submodule Guide
A crash course in Git Submodules. Learn how and when to use submodules in your git project.
Minimal Rake Deploy Task
Using Capistrano to deploy is sometimes overkill. This is a minimal way to deploy any web app using git and rake.
Tagging version in Git
Using tags to mark versions in your Git repository is a must, especially when publishing your own libraries.