Pyladies Meetup February 24, 2015
on a mac: http://sourceforge.net/projects/git-osx-installer/
on a pc: http://msysgit.github.io
Pyladies Meetup February 24, 2015
http://averycodes.com
Software Engineer, Minerva Project
http://averycodes.com/blog/intro-to-git-pyladies/
Versioning
Open the command line tools, add your name and email
https://github.com/averymanderson/teaching-git
Navigate to github, copy the https clone url and clone the repository to your computer
Add your name to pyladies.txt, make a commit with an informative commit message
Push your changes to the server. Pull updates from the server. Resolve merge conflicts.
Push your changes to the server. Pull updates from the server. Resolve merge conflicts.
Move your name from one spot in the list to another. Do a git diff
Branch off from master. Add some people to the list who should be pyladies. Merge your branch back into master