- clone repo
- checkout branch dev
git checkout dev
(if dev in not present do firstgit pull dev
) - create you branch
git branch _branchName_
thengit checkout_branchName_
- add "application.properties" in
src/main/resources
and the required code - do your changes