From c75e963fc635725497de5d611a04b06cdc4669b7 Mon Sep 17 00:00:00 2001 From: ashawkat Date: Sat, 29 Nov 2025 03:08:19 +0600 Subject: [PATCH] Update README with new commands and standard formatting - Converted HTML list structure to standard Markdown - Added new commands: switch, restore, maintenance, worktree, bisect, cherry-pick, rebase, clean - Fixed typos and improved descriptions - Organized new commands in separate section --- README.md | 75 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 2f02b8b..3dc0104 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,80 @@ # cool-git-commands -All cool git commands that can saves you time and maybe your life. :) +All cool git commands that can save you time and maybe your life. :) - +- `git clean`: Remove untracked files from the working tree. `git clean -fd` (force, directories).