Assignment –Lab
Login to github Click on right top corner on "+" sign"
git remote add origin "your_url"
From gitlab UI modify code On your laptop git remote pull origin
git branch newbranch
git checkout newbranch
echo "sample branch only change" >> branch.txt
git add branch.txt
git commit -m "branch change"
git push origin --all
Open github UI and open given repo Click on "Pull Requests" icon