Git Best Practices
Some questions have come up about using the master branch or a development branch. So I wanted to give my thoughts on the subject. The master branch is always used for current development of the next release. You can branch off to develop a new feature or fix an issue and then merge that back to master. When we do a major release you create a release branch from master….
Read more...Tags:Branch , code , Git , Rebase , Repository , Source , SourceTree , SourceTreeApp , tips