git clone https://github.com/kunalarora0930/Git.git
cd Git
git checkout -b my-new-branch
git add .
git commit -m "Relevant message"
git push origin my-new-branch
git clone https://github.com/kunalarora0930/Git.git
cd Git
git checkout -b my-new-branch
git add .
git commit -m "Relevant message"
git push origin my-new-branch