URL=git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/
git checkout origin
git pull $URL origin
git fetch $URL `git ls-remote -h $URL|sed -e 's/.*\trefs\/heads\/\(.*\)/\1:\1/'|grep -v 'origin:origin'`
echo "Remeber, you are on origin branch now.  git checkout to go where you want"
