https://github.com/[YourUserName]/mlsa-workshop-diy
git clone https://github.com/[YourUserName]/mlsa-workshop-diy
git checkout -b [BranchName]
git remote add upstream https://github.com/prernamittal03//mlsa-workshop-diy
git add .
git commit -m "Adding my name to the list"
git push -u origin [BranchName]