git clone [email protected]:nitkkr-dev/nitkkr.git
git pull origin master
git checkout -b {feature,fix,refactor,remove}/foo
Pick 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 -f
If you have any doubt with rebasing, run the following to keep a local backup
git checkout -b backup-123
And 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.