From f3013854a80667c50dce8f6993cd90853b1e2c9f Mon Sep 17 00:00:00 2001 From: nazmashovets74 Date: Mon, 30 Mar 2026 22:00:40 +0200 Subject: [PATCH] final polished commit --- .gitignore | 1 + my-notes/git-commands.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 my-notes/git-commands.md diff --git a/.gitignore b/.gitignore index cd292a85a..9264a6aaa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ _release *.map .jekyll-metadata node_modules/ +temp.txt # *.resume-burger-jokes diff --git a/my-notes/git-commands.md b/my-notes/git-commands.md new file mode 100644 index 000000000..cdf3ed206 --- /dev/null +++ b/my-notes/git-commands.md @@ -0,0 +1 @@ +git fetch; git rebase; git push -f; git reset --soft;