git clone git@github.com:nitkkr-dev/nitkkr.gitgit pull origin mastergit checkout -b {feature,fix,refactor,remove}/fooPick any one of the above mentioned categories and replace foo with one or two words about your change. For example: refactor/directors-corner
git rebase origin/master
git push -fIf you have any doubt with rebasing, run the following to keep a local backup
git checkout -b backup-123And make sure to checkout back to your working branch
Now, wait until we review your PR and add any requested changes to your PR by pushing to the same branch.