Git - Drupalcamp Ireland Dublin 2010

Embed Size (px)

Citation preview

  • 1. DrupalCamp Dublin 21st November 2010

2. A new VCS for Drupal Gitting ready 3. What is Version Control 4. What is git? 5. How is git different? 6. Installing git 7. Installing git 8. gitting started 9. git init new project 10. n 11. git clone Existing project 12. git add Staging Area 13. git commit Snapshot 14. git status git diff git log gitk What's the story? 15. git branch Branching 16. git remote git fetch git pull git push Sharing and Updating 17. References http://gitref.org/ http://github.com/ http://www.gitready.com/ http://progit.org 18. Thank You! git help