Last active
March 12, 2021 16:13
-
-
Save smvd/afbff43a47fce2c6462a8db75239b8c6 to your computer and use it in GitHub Desktop.
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
{"command":"clear","params":"Hello World!"} |
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
$path = 'C:\Users\semvd\Desktop\Programming\Powershell\Remco V2\Slave' | |
Set-Location "C:\Users\semvd\Desktop\Programming\Powershell\Remco V2\afbff43a47fce2c6462a8db75239b8c6" | |
git add --all | |
git commit -m "Push.ps1" | |
git push | |
Set-Location $path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment