Skip to content

Instantly share code, notes, and snippets.

@eunomie
Last active February 11, 2016 11:39
Show Gist options
  • Save eunomie/bd9c018455084b4762c2 to your computer and use it in GitHub Desktop.
Save eunomie/bd9c018455084b4762c2 to your computer and use it in GitHub Desktop.
mirabegit: git quetsche --mirabelle
  • put git-quetsche in $PATH
  • run git quetsche --mirabelle => execute git fetch --prune
#!/usr/bin/env ruby
ARGV[ARGV.index('--mirabelle')] = '--prune' if ARGV.index('--mirabelle')
puts %x{git fetch #{ARGV.join ' '}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment