7 habits for better git usage

ndaidong

Dong Nguyen

Posted on June 8, 2020

7 habits for better git usage
  • 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
💖 💪 🙅 🚩
ndaidong
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.

Related

Git Survival Kit - Part 1
git Git Survival Kit - Part 1

January 10, 2022

Git Survival Kit - Part 2
git Git Survival Kit - Part 2

January 11, 2022