Related questions
git - changes to branch since created?
I'm always asking myself a set of questions about branches i've created that i've yet to determine how to accomplish:
What files did i change in branch?
What are the actually changes (diff) i made to the branch?
What is …
Using GIT with GIT GUI - Master and Branching
I am trying out GIT, and using the GIT GUI (from msysgit) with it.
I am trying to make a new branch, but somehow it keeps taking over the master branch. The master branch still appears, but not as the …
Git fetch remote branch
My colleague and I are working on the same repository. We've branched it into two branches, each technically for different projects, but they have similarities, so we'll sometimes want to commit back to the *master from the branch.
However, I …