mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 10:01:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
- Create a commit, even if there are no staged files:
|
- Create a commit, even if there are no staged files:
|
||||||
|
|
||||||
`git commit {{[-m|--message]}} "{{message}}" --allow-empty`
|
`git commit {{[-m|--message]}} "{{message}}" --allow-empty`
|
||||||
|
|
||||||
|
- Add a description in addition to the commit message:
|
||||||
|
|
||||||
|
`git commit {{[-m|--message]}} "{{message}}" {{[-m|--message]}} "{{description}}"`
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Create a new save file with specific settings:
|
- Create a new save file with specific settings:
|
||||||
|
|
||||||
`{{path/to}}/factorio --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}`
|
`{{path/to}}/factorio --create {{path/to/save.zip}} --map-gen-settings {{path/to/map_gen_settings.json}} --map-settings {{path/to/map_settings.json}}`
|
||||||
|
|
||||||
- [Interactive] Shut the server gracefully:
|
- [Interactive] Shut the server gracefully:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user