I have a live test server, and when I type git pull I'd like it to pull from origin develop instead of origin master by default (the live production server pulls by default from origin master). I don't want to have to type it every time.
Is there a way to do that?