Performs pruning.
229 230 231
# File 'lib/geet/utils/git_client.rb', line 229 def fetch execute_git_command("fetch --prune") end