I am new to using GitHub to manage my projects, and I've decided to take up the challenge with a partner.
The question that I have, is that we work on the same branch, being master
.
If my teammate makes changes to the branch and I've also made changes, how do I implement my changes to the master
branch without losing my progress and keeping their progress?
I'm hoping there is a much more elegant solution than just copying my changes, implementing theirs into my local repo, then pasting my changes and committing again.