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