DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Git Primer

Git > SVN ..and most other VCS whygitisbetterthanx? awesome branching! the staging area it's local! fast, small, distributed... http://thkoch2001.github.com/whygitisbetter/…

Documents Git presentation

1. Git“The stupid content tracker” 2. What is Git?Apopular distributed version control system designed to handle very large projects with speed and efficiency.http://git-scm.com/…

Technology Git internals

1.internals2. Git Objects 3. Git objects $ ls .git/ branches config description HEAD hooksindex info logs objects refs 4. The blob $ git init Initialized empty Git repository…

Technology Manage magento dependencies with composer

1.Sylvain Rayé - Meet Magento Italy 20141 2. Sylvain Rayé - Meet Magento Italy 20142 ABOUT SYLVAIN RAYÉ • Founder / Senior & Certified Magento Developer by Diglin…

Technology Hadoop Summit 2013 : Continuous Integration on top of hadoop

1.Continuous Integration on top of hadoop Wisely Chen & Neal Lee Tuesday, June 11, 13 2. Agenda • Who I am • Problem • Solution • Demo • Q&A Tuesday, June…

Technology Django Deployment

1.Deployment in the Cloud! Tareque Hossain2. Pony in the Cloud 3. Deployment Strategy Cloud computing hosts (in our case Amazon EC2) supports dynamic instantiation of servers,…

Technology Using Git

1. keskiviikkona 28. syyskuuta 2011 2. Using Git Basics and workflowskeskiviikkona 28. syyskuuta 2011 3. Git in a nutshell •Distributed revision control system with an…

Technology Git

1. GIT IS YOUR FRIEND 2. ЧТО ТАКОЕ VCS?Совсем для начинающих:• Что такое системы управления версиями?• Зачем…

Software Git for Beginners

1. Git for BeginnersNew England Drupal CampNovember 1, 2014Rick Umali@rickumalihttp://tech.rickumali.com/Slides! 2. Me and You● Me○ VIC-20○ Boston○ Data Janitor○…

Software Git and GitHub workflows

1. Git and GitHub workflowsby Arthur ShvetsovCoreValue/MalkosUA 2. Agenda● Git common principles and design goals● A successful Git branching model●…