Created
June 15, 2020 07:34
-
-
Save whoo24/59269a2209fdce9483bfe2102a003971 to your computer and use it in GitHub Desktop.
p4-reopen under root folder
This file contains hidden or 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
Get-ChildItem c:\wooyeongc-dev\Plugins\Mercuna -Recurse -Force | | |
ForEach-Object -Process { | |
p4 reopen -c default "$($PSItem.FullName)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment