7 habits for better git usage
Dong Nguyen
Posted on June 8, 2020
- everything begins with an issue
- always check the current branch before making any changes
- run "git pull" as often as possible
- commit as soon as possible
- commit should be referenced to the related issues
- never push changes to the main branch directly
- always keep the tree tidy by cleaning old branches
💖 💪 🙅 🚩
Dong Nguyen
Posted on June 8, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.