Add create-branch.ps1

This commit is contained in:
Markus Fleschutz
2021-03-31 15:51:55 +02:00
parent 4cd9a5a4e2
commit b1c3295c48
3 changed files with 37 additions and 0 deletions

View File

@ -26,6 +26,7 @@ close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
close-vlc.ps1, closes the VLC media player gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully
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
csv-to-text.ps1, converts the given CSV file into a text list

1 Script Description
26 close-vlc.ps1 closes the VLC media player gracefully
27 close-windows-terminal.ps1 closes Windows Terminal gracefully
28 configure-git.ps1 sets up the Git user configuration
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 csv-to-text.ps1 converts the given CSV file into a text list