From ae8efe0a999de672f703476b6b48559a5f0a3040 Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Fri, 11 Oct 2024 14:47:12 +0200 Subject: [PATCH] info / 2 --- .env | 1 + readme.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..c9095eb --- /dev/null +++ b/.env @@ -0,0 +1 @@ +SUPERSECRET_SECRET="NM&iAQESh^mT9VTUvrqhLmd^KAhjg$PPaaWyLCJiXaw$GYeTDstDu@4PkmBcwt" diff --git a/readme.md b/readme.md index 7233b87..79aa2bc 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,10 @@ # About interactive rebases Interactive rebases provide a manual way of rewriting the -history of your repository. +history of your repository. The changes associated to the +commits specified in your rebase range are reapplied +at the top of the given base target. During an interactive +rebase, you can intervene in this process and rearrange +the order; drop some commits; modify commit messages and +file changes; squash some commits together -- or split +them apart.