Skip to content

Instantly share code, notes, and snippets.

@smoonlee
Created December 3, 2023 14:35
Show Gist options
  • Save smoonlee/53dfac94f19144389be1a202b8034844 to your computer and use it in GitHub Desktop.
Save smoonlee/53dfac94f19144389be1a202b8034844 to your computer and use it in GitHub Desktop.
lazt-git-test-script
Set-Location C:\Code\<repo-name>
# Create me a File
$i = (Get-Item *.txt).Count + 1 ; New-Item file$i.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment