Developer! Developer! Developer! East Anglia

DDD East Anglia

Cambridge, UK
Saturday 16 September 2017

Speedy Git: Personal Productivity

So you've used git for version control for a while? You've mastered the basics, but now it's time to move faster and not break things. This session will focus on personal git tactics to increase your productivity. In increasing order of awesomeness, we will cover:

  • Aliases
  • A useful log view
  • Speedy command line committing
  • Git hooks
  • Interactively rebasing your way out of trouble
  • Find where problems occurred with 'bisect'
  • The reflog and The Hallowed Git Undo Function