This README provides step by step instruction how to set up new github repository called and make first commits.
- Create a new project directory and initialize git.
- Create a public repository on GitHub and connect it with your local project.
- Create a
README.mdfile and make the first commit with messageinit. - Create and switch to a new branch called
development. - Update the
README.mdwith setup instructions and commit changes using a Smart Commit message linked to Jira taskPROM-42164:git commit -m "PROM-42164 #comment Added step by step instructions to README" - Push the
developmentbranch to GitHub. - Switch back to the
masterbranch and merge changes fromdevelopment. - Push the updated
mainbranch to GitHub. - Send link to README.md in text field on platform.