I\'m from a Subversion background and, when I had a branch, I knew what I was working on with \"These working files point to this branch\".
But with Git I\'m not sur
git status
will also give the branch name along with changes.
e.g.
>git status On branch master // <-- branch name here .....