DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16

1. EGit & Gerrit Code Review 2. Towards Contributor's Heaven http://eclipse.org/egit 3. http://code.google.com/p/gerrit/ Matthias Sohn (SAP) [email_address] + =…

Technology The Basics of Open Source Collaboration With Git and GitHub

1. Open Source Collaborationwith Git and GitHub by Benjamin Youngadapted from work by Nick Quaranto 2. whoami • President of BigBlueHat – a web manufacturing company…

Technology Gerenciadores de Controle de Versão: Git, Mercurial e Bazaar

1. Controle de versão:Git, Mercurial, Bazaar Doutorado em Ciência da ComputaçãoDisciplina de Software Livre, Prof. Dr. Fabio Kon DINTER…

Technology Git Tricks

Git Tricks Quick Bio Branching  git pull  git checkout -b new-feature-branch  git add (-A)  git commit -m “Our commit message”  git merge branch-name -m…