- put
git-quetsche
in$PATH
- run
git quetsche --mirabelle
=> executegit fetch --prune
Last active
February 11, 2016 11:39
-
-
Save eunomie/bd9c018455084b4762c2 to your computer and use it in GitHub Desktop.
mirabegit: git quetsche --mirabelle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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