From 494fa2543743a0d3e2fc8417521470ae72aa350f Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 15 Jan 2026 00:20:42 +0000 Subject: [PATCH] Update cheatsheets --- tldr/git-commit | 4 ++++ tldr/linux/factorio | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tldr/git-commit b/tldr/git-commit index 6e873b9a..184657cf 100644 --- a/tldr/git-commit +++ b/tldr/git-commit @@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git - Create a commit, even if there are no staged files: `git commit {{[-m|--message]}} "{{message}}" --allow-empty` + +- Add a description in addition to the commit message: + +`git commit {{[-m|--message]}} "{{message}}" {{[-m|--message]}} "{{description}}"` diff --git a/tldr/linux/factorio b/tldr/linux/factorio index 33709c1e..39932fd4 100644 --- a/tldr/linux/factorio +++ b/tldr/linux/factorio @@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git - 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: