#usage: git br test
git config --global alias.br "!f() { git pull && git checkout -b $1; }; f"