Add create-tag.ps1

This commit is contained in:
Markus Fleschutz
2021-04-01 14:20:18 +02:00
parent 49d81b01f2
commit d0e2939a73
3 changed files with 41 additions and 0 deletions

View File

@ -29,6 +29,7 @@ configure-git.ps1, sets up the Git user configuration
create-branch.ps1, creates a new branch in the current/given Git repository
create-shortcut.ps1, creates a shortcut
create-symlink.ps1, creates a symbolic link
create-tag.ps1, creates a new tag in the current/given Git repository
csv-to-text.ps1, converts the given CSV file into a text list
daily-tasks.sh, execute PowerShell scripts automatically as daily tasks (Linux only)
decrypt-file.ps1, decrypts the given file

1 Script Description
29 create-branch.ps1 creates a new branch in the current/given Git repository
30 create-shortcut.ps1 creates a shortcut
31 create-symlink.ps1 creates a symbolic link
32 create-tag.ps1 creates a new tag in the current/given Git repository
33 csv-to-text.ps1 converts the given CSV file into a text list
34 daily-tasks.sh execute PowerShell scripts automatically as daily tasks (Linux only)
35 decrypt-file.ps1 decrypts the given file