Skip to content

Instantly share code, notes, and snippets.

@jongalloway
Created August 17, 2019 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jongalloway/eec4042939ebcff74105f99dc6ba47b0 to your computer and use it in GitHub Desktop.
Save jongalloway/eec4042939ebcff74105f99dc6ba47b0 to your computer and use it in GitHub Desktop.
dir -recurse -directory -force -filter .git | % { write-host $_ -ForegroundColor green; git -C "$($_.FullName)\.." gc }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment