How to tell Git to always pull the master branch?
I find git docs very cryptic regarding this issue. I want to do a simple thing, but it seems doing it is not simple at all. I have the following situation: $ git remote -v origin git://192.168.0.49/mnt/repos stick /mnt/titanium/podaci/repos I can use git pull to fetch and merge from origin, and that works fine: $ git pull Already up-to-date. I can pull from stick like this: $ git pull stick master Already up-to-date. However, when I pull from stick without the master part, I get this message: $ git pull stick From /mnt/titanium/podaci/repos * [new branch] su2009 -> stick/su2009 You asked me to