Upload files to "windows"
Not sure if this will stay needed, was used heavily during testing.
This commit is contained in:
parent
c1b4b3933b
commit
3f52ce6857
6
windows/dot.ps1
Normal file
6
windows/dot.ps1
Normal file
@ -0,0 +1,6 @@
|
||||
param (
|
||||
[Parameter(ValueFromRemainingArguments = $true)]
|
||||
[string[]]$args
|
||||
)
|
||||
|
||||
& git --git-dir=$env:USERPROFILE\.dot --work-tree=$env:USERPROFILE @args
|
Loading…
Reference in New Issue
Block a user