SlideShare a Scribd company logo
@mannersd
Don’t be a git
Things I use everyday aka the boring but useful stuff
Wave to that debug as you add it to staged files
Cause sometimes you stage that var_dump
Either –m and add your message or set a commit message template.
If you are not attached to a review you are not getting in!
All the “fun” stuff that you wont use that often. Sorry 
git log --oneline --decorate --all –graph
Log like you are in a GUI
git log --oneline --decorate --all –graph
Find the bugs after your holiday!
Git Bisect
Good ??? Bad
Git bisect
Why repeat yourself, repeat yourself!
git config --global rerere.enabled true
git config --global rerere.enabled true
If all else fails blame someone else and get out!
Git blame-someone-else
Use it, learn it, hate it, love it!
Resources
• https://github.com/jayphelps/git-blame-someone-else
• https://leanpub.com/gitworkbook
• https://xkcd.com/1597/
@mannersd

More Related Content

PPTX
WordCamp Asheville 2014: WordPress and Git
PPTX
Productivity Apps
PPTX
JavaScript and Internet Controlled Hardware Prototyping
PDF
Can you Kata?
PDF
Automated prometheus benchmarking pushing it to its limits until it breaks
PDF
Android Testing, Why So Hard?!
DOCX
Production schedule
ODP
Besut Kode Challenge 1
WordCamp Asheville 2014: WordPress and Git
Productivity Apps
JavaScript and Internet Controlled Hardware Prototyping
Can you Kata?
Automated prometheus benchmarking pushing it to its limits until it breaks
Android Testing, Why So Hard?!
Production schedule
Besut Kode Challenge 1

Similar to Don’t be a git (20)

KEY
Git - Some tips to do it better
PPTX
R1-intro-to-go.pptx
PDF
github_lightning_talk
KEY
Matt Gauger - Git & Github web414 December 2010
KEY
Meet Git
PDF
Git Things Done
PPTX
Everything you wanted to know about making an R package but were afraid to ask
PPTX
Jedi Mind Tricks for Git
PDF
Jedi Mind Tricks in Git
PDF
Git of Parts
ODP
Ripping web accessible .git files
PDF
How to Really Get Git
PDF
Git/GitHub
PDF
Automate Yo' Self
PDF
Do you really understand Git?
PDF
Automate your WordPress Workflow with Grunt.js
PDF
My "Perfect" Toolchain Setup for Grails Projects
PPTX
Git-guidance for beginner- IT support.pptx.pptx
PPTX
Git-guidance for beginner- IT support.pptx
PDF
Git best practices workshop
Git - Some tips to do it better
R1-intro-to-go.pptx
github_lightning_talk
Matt Gauger - Git & Github web414 December 2010
Meet Git
Git Things Done
Everything you wanted to know about making an R package but were afraid to ask
Jedi Mind Tricks for Git
Jedi Mind Tricks in Git
Git of Parts
Ripping web accessible .git files
How to Really Get Git
Git/GitHub
Automate Yo' Self
Do you really understand Git?
Automate your WordPress Workflow with Grunt.js
My "Perfect" Toolchain Setup for Grails Projects
Git-guidance for beginner- IT support.pptx.pptx
Git-guidance for beginner- IT support.pptx
Git best practices workshop
Ad

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
KodekX | Application Modernization Development
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
cuic standard and advanced reporting.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Programs and apps: productivity, graphics, security and other tools
PPT
Teaching material agriculture food technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Electronic commerce courselecture one. Pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KodekX | Application Modernization Development
Digital-Transformation-Roadmap-for-Companies.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
cuic standard and advanced reporting.pdf
Network Security Unit 5.pdf for BCA BBA.
Programs and apps: productivity, graphics, security and other tools
Teaching material agriculture food technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
sap open course for s4hana steps from ECC to s4
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Understanding_Digital_Forensics_Presentation.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Advanced methodologies resolving dimensionality complications for autism neur...
Electronic commerce courselecture one. Pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Ad

Don’t be a git

Editor's Notes

  • #3: Git is source control, A git is “A completely ignorant, childish person with no manners”
  • #19: reuse recorded resolution
  • #22: reuse recorded resolution
  • #23: https://github.com/jayphelps/git-blame-someone-else
  • #24: Powerful tool, Get Lorna’s book, Play around with it and see what works for you, Commit hooks are great for tests and code sniffers, Use a GUI or Command line (whatever you like just use the thing!)