Add pull-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-03-19 17:47:07 +01:00
parent 60351adce2
commit 9fad979652
3 changed files with 33 additions and 0 deletions

View File

@ -94,6 +94,7 @@ play-mp3.ps1, plays the given sound file (MP3 file format)
play-super-mario.ps1, plays the Super Mario Intro
play-the-imperial-march.ps1, plays the Imperial March (Star Wars)
poweroff.ps1, halts the local computer (requires admin rights)
pull-repo.ps1, pulls updates for the current/given Git repository (including submodules)
pull-repos.ps1, pulls updates for all Git repositories under the current/given directory (including submodules)
query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
new-email.ps1, starts the default email client to write a new email

1 Script Description
94 play-super-mario.ps1 plays the Super Mario Intro
95 play-the-imperial-march.ps1 plays the Imperial March (Star Wars)
96 poweroff.ps1 halts the local computer (requires admin rights)
97 pull-repo.ps1 pulls updates for the current/given Git repository (including submodules)
98 pull-repos.ps1 pulls updates for all Git repositories under the current/given directory (including submodules)
99 query-smart-data.ps1 queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
100 new-email.ps1 starts the default email client to write a new email