https://github.com/atomantic/slides-versioncontrol
This is the slidewarez for Adam Eivy's Version Control presentation to the Seattle Central Community College Byte Club on Nov 16th, 2012
https://github.com/atomantic/slides-versioncontrol
Last synced: over 1 year ago
JSON representation
This is the slidewarez for Adam Eivy's Version Control presentation to the Seattle Central Community College Byte Club on Nov 16th, 2012
- Host: GitHub
- URL: https://github.com/atomantic/slides-versioncontrol
- Owner: atomantic
- Created: 2012-10-28T05:41:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T18:04:34.000Z (about 12 years ago)
- Last Synced: 2025-02-01T03:41:40.862Z (over 1 year ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Why Not Git Version Control?
====
v2. 2014.05.27: Slidewarez for guest lecture to Mike Sinkula's HCDE437 class on May 27th, 2014. [Class information here](http://www.sccc.premiumdw.com/hcde437/)
v1. 2012.11.16: Slidewarez for Adam Eivy's Version Control presentation to the Seattle Central Community College Byte Club
Bio
---
Adam Eivy keeps busy with eclectic hobbies: creating web frameworks at Disney, being a father at home, and attempting to enter the world of comics at the [Bureau of Drawers](http://thebureauofdrawers.blogspot.com/). Over the last 12 years, he has been a developer for a variety of startup companies, freelanced at his own, and [taught web development](http://ipirates.net) at Seattle Central Community College.
* Twitter: [@antic](https://twitter.com/antic)
* GitHub: [@atomantic](https://github.com/atomantic)
* Portfolio: [http://adameivy.com](http://adameivy.com) (a bit outdated but that's how things go)
* LinkedIn: [@antic](http://www.linkedin.com/in/antic)
View the Slides
---
Since GitHub has support for pages, you can [view the slides hosted on GitHub](http://atomantic.github.com/slides-versioncontrol)
Kudos
---
Many thanks to [bartaz](https://github.com/bartaz) for creating [impress.js](https://github.com/bartaz/impress.js) so I didn't have to :)
Props to [matthewmccullough](https://github.com/matthewmccullough) for giving me a deep understanding of Git from [his excellent training lectures](https://github.com/github/teach.github.com)
Takeaways
---
A presentation only says so much. What you really need to do is this:
* [Join GitHub](https://github.com)
* [Try Git](http://try.github.com/)
* [Read the Free Git Book](http://git-scm.com/book)
* [Read about Git Flow](http://nvie.com/posts/a-successful-git-branching-model/)
* Fork something on GitHub, make a feature branch, do a pull request!
Also...
* [Learn Markdown](http://daringfireball.net/projects/markdown/basics)
* [Check out Code School](http://www.codeschool.com/courses)