not sure what that means. When I interrogate git I get the below, which is
the same as before
It means your current branch tracking origin, which is the launchpad repo. So when you're in master and runs `git pull`, it'll try to sync your current branch against the launchpad's master branch.
There are several ways to work around this. My suggestion is to do the following: