Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use git occassionally in my projects as a local repository.

1) What I do is to create a new branch for every new change & carry out my work
2) I never merge my commits with the innitial master branch at all
3) I just move back & forth through the branches in-case any change is found faulty
4) By this way, I end up with a whole lot of git branches in my repository
I want to know is this approach the right way to work? Or should I merge every verified commit with the master branch?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900