/
Branching
Branching
Instructions:
Through JIRA:
Go to Jira ticket
Click Create Branch
Add correct info for each field
Click Create
Branch Name:
Types: [feature, bugfix, hotfix]
Branch naming convention: <type>/<Jira ticket>
example branch name: feature/FPH-2698-waybill
From Branch:
feature/ and bugfix/ are created from develop branch
hotfix/ from master
Through Bitbucket
go to Bitbucket >FleetPH repository >Branches>Create Branch
fill up necessary fields
Click Create
Though Terminal
checkout to master or develop branch
git checkout develop
to create branch
git checkout -b feature/FPH-2698-waybill
to push new branch
git push --set-upstream feature/FPH-2698-waybill
4. Other method
a. Sourcetree(Sourcetree | Free Git GUI for Mac and Windows )