OpenWest 2015/Essential Git for Developers
Jump to navigation
Jump to search
Essential Git for developers
by Adam Culp (@adamculp)
"With so many "Git how-tos" out there, where to start? This is not another one of those. Instead Adam Culp will give a practical walk through the development cycle and how to use Git as the source control. From initialization of a repository, adding, staging, cloning, and checkout, we will walk through a sample project and how most developers actually use Git to manage the workflow."
github.com is a great place to share code
Summary:
- Always use source control
- git is an easy solution, just 'git init'
- Plan your workflow and stick with it
- Use 3rd party repositories = backed up
- Git easy to connect to from anywhere
- Love iternation!
http://nvie.com/posts/a-successful-git-branching-model/
Slides - http://joind.in/14023
geekyboy.com