Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-28 00:16:46 +00:00
parent 3d00577959
commit fe793953f8
19 changed files with 52 additions and 31 deletions

View File

@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
- Generate statistics for a local repository:
`gitstats {{path/to/gitrepo/.git}} {{path/to/output_folder}}`
`gitstats {{path/to/git_repo/.git}} {{path/to/output_folder}}`
- View generated statistics in a web browser:
- View generated statistics in a web browser on Windows (PowerShell)/macOS/Linux:
`xdg-open {{path/to/output_folder/index.html}}`
`{{Invoke-Item|open|xdg-open}} {{path/to/output_folder/index.html}}`