GIT : Branch and Merge
Best practice in GIT is to create a "feature branch" for each new feature, bug fix, or enhancement we have to code.
Each branch should contain only the commits related to its particular feature.
This guarantees smaller and more focused commits.
To c...
papidev.hashnode.dev1 min read