we, every developer use git every day. are we really using git in the proper way? today I will discuss how not to use git with you. so let's start!! 1. Do not commit directly to the master, dev, release branches. It is a bad practice, If we think ideally we should not do direct commit in the master branch. The…