def fetch(prune=True): ''' The git fetch command. ''' run('git fetch' + (' --prune' if prune else ''))