Created
August 17, 2019 03:35
-
-
Save jongalloway/eec4042939ebcff74105f99dc6ba47b0 to your computer and use it in GitHub Desktop.
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
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