git status
will also give the branch name along with changes.
e.g.
>git status
On branch master // <-- branch name here
.....
git status
will also give the branch name along with changes.
e.g.
>git status
On branch master // <-- branch name here
.....