I am new to git.
Our git repo is on linux server.
On linux box I can be at master or create branch and I can be inside the branch.
Our git repo disk is mounted on AIX box to do BUILD.
I can see git dirs at AIX box and then I can build.
At AIX box how I can see that I am at master or inside the branch. What changes inside .git that drives which branch I am on ?
Thanks in advance.