Skip to content

Instantly share code, notes, and snippets.

@xight
Created February 2, 2017 15:05
Show Gist options
  • Select an option

  • Save xight/0e716e597196d07eebd3fba77f768e1d to your computer and use it in GitHub Desktop.

Select an option

Save xight/0e716e597196d07eebd3fba77f768e1d to your computer and use it in GitHub Desktop.
function git-gc-all ✔
ghq list -p | xargs -P 1 -n 1 -I"{}" -t bash -c "cd {}; git gc;"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment