My Knowledge Wiki
My Knowledge Wiki
Back to my website
Introduction
My Stack
Sharing
Work
Apps & Tools
DevOps
Awesome Products
Engineering Management
Software Architecture
Talks
Documentation
Machine Learning
Programming Languages
Version Control
Git
Conventions
Education
HTTP
Design
Arabic Content | محتوى عربي
Biology
Powered by GitBook

Git

Links

  • ​How to Write a Git Commit Message.

  • ​How to discover a bug using git bisect.

Hook managers

Git hook managers are very useful if you want to ensure code is formatted/tests are run before you can commit, and you can even prevent comitting if the fail.

  • ​overcommit - A fully configurable and extendable Git hook manager.

Previous
Version Control
Next
Conventions
Last updated 1 year ago
Edit on GitHub