I am new to git. I and working in the dev branch. I need to merge one file to the master branch in my local repo and then check in the master. How do I do that?
I see this on guthub cheat sheet but qiute to nkt see the logic.
git merge laptop/xyz
So if file myfile then
git merge myfile master/origin?