Shaun Abram
Technology and Leadership Blog
Git talk at SVCC’15
Some short notes from a talk on “Everything you wanted to know about Git…” by Lenny Markus. Slides available here.
Tips:
Use autocomplete
Use the latest git tool, not the apple default
As part of the demo, he used watch to monitor a directory by running a command every few secs.
Covered git init, staging, reset and rebasing.