Added list-commits.ps1

This commit is contained in:
Markus Fleschutz
2021-03-10 11:22:47 +01:00
parent 6fa8ed3a78
commit 9d4b5a7b18
3 changed files with 38 additions and 0 deletions

View File

@ -41,6 +41,7 @@ list-aliases.ps1, lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists the automatic variables of PowerShell
list-branches.ps1, lists the branches of the current/given Git repository
list-commits.ps1, lists the commits of the current/given Git repository in the given branch
list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
list-environment-variables.ps1, lists all environment variables

1 Script Description
41 list-anagrams.ps1 lists all anagrams of the given word
42 list-automatic-variables.ps1 lists the automatic variables of PowerShell
43 list-branches.ps1 lists the branches of the current/given Git repository
44 list-commits.ps1 lists the commits of the current/given Git repository in the given branch
45 list-current-timezone.ps1 lists the current time zone details
46 list-clipboard.ps1 lists the contents of the clipboard
47 list-environment-variables.ps1 lists all environment variables