Click here to load reader
View
18.090
Download
0
Embed Size (px)
DESCRIPTION
An introduction to version control using git, github and the Apache CloudStack git repository. Git is a distributed version control where developers can mantain a working local copy, make local changes and push to a central repository to share their code with other developers. Git has replaced SVN and CVS has the version control system of choice, especially with the adoption of github by the OSS community. In this talk we show the basics of version control, we use gist from github to put simple scripts under version control and submit patches to it. We then show how to clone the cloudstack repository, explore the various feature and release branches. We then show how to create a patch and submit it to the Apache Software Foundation review board so that a committer of the CloudStack community can pick it up and apply it to the source tree. This is the perfect talk to discover git and submit your first patch to CloudStack.