def pull(branch): ''' The git pull command. ''' run('git pull origin %s' % branch) # TODO: Custom origin