You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _InitializeRepository.ps1
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,16 @@ If you have made changes to any files you may want to commit them before continu
11
11
12
12
[string] $organizationName=Read-Host-Prompt "Enter your name, or the the name of your organization (e.g. 'My Company'). This will be used in the module manifest and repository license"
13
13
14
+
Write-Information"Removing all files from this repository so they can be replaced with template repository files."
0 commit comments