Exploring Git from the Bits Up and Advanced Android Development
Table of Contents
- Sessions
- Git from the Bits Up by Tim Berglund friday
- Advanced Android Development by James Harmon friday
- JavaScript Design Patterns by Pratik Patel friday
- Continuous Delivery All-day Workshop, Pt. 1: Deployment Pipelines by Neal Ford saturday
- Continuous Delivery All-day Workshop, Pt. 1: Deployment Pipelines by Neal Ford saturday
- Rich Web Apps with Angular by Raju Gandhi saturday
- Scala: Demystifying The Funky Stuff by Daniel Hinojosa saturday
- Simulation Testing with Simulant by Stuart Halloway sunday
- Generative Testing by Stuart Halloway sunday
- Get things DONE! by Raju Gandhi sunday
- Get Logical with Datalog by Stuart Halloway sunday
- Tasks
Sessions
Git from the Bits Up by Tim Berglund friday
Commit without Commit
git help config | grep pack
Rebasing
Draw arrows in the direction of time but in practice this is reversed.
Rebasing is effectively taking the branch, pulling it off the parent, and . fast-forward merge is permitted trivially by applying a label after the rebasing to master.
A rebase looks like a merge only from the perspective of the working tree: files will be exactly the same if you were introduced to work in progress.
HEAD is always the commit you're currently on. What to do to manage
git lol git reset # soft and hard