mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 09:58:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user