Getting rid of unwanted commits
My branch was behind master, I used git pull origin master
and now I have 44 commits not mine and I don't want to push them along with my changes. How do I fix this?
My branch was behind master, I used git pull origin master
and now I have 44 commits not mine and I don't want to push them along with my changes. How do I fix this?
Comments
Post a Comment