#Answersfile
We used the command git log --grep="cat"
Your cat is called Alfred and is a big red cat.
Currently our local branch is "master". There are two other remote branches called "bizarre" and "develop" There is one commit behind master on branch "bizarre" which means that there were conflicts during the merge, therefore the branch can not be commited.
There is only the master branch in local and master, bizarre and develop in remote.
The branch master is contains the vesion of code currently in production and develop is the branch used to develop on the project.