Tag: Git
BitBucket – Gitflow Workflow
Master branch: only contain complete history of project, and only include abridged version Develop branch: cloned from Master branch, and served as develop process, and merge other feature branches Feature branch: cloned from Develop branch, never directly interacted with master branch. And serve as developing new features for the project, and after finished coding, this