This commit is contained in:
Benjamin Hackl 2024-10-11 14:47:12 +02:00
parent a5b4556b93
commit ae8efe0a99
2 changed files with 8 additions and 1 deletions

1
.env Normal file
View file

@ -0,0 +1 @@
SUPERSECRET_SECRET="NM&iAQESh^mT9VTUvrqhLmd^KAhjg$PPaaWyLCJiXaw$GYeTDstDu@4PkmBcwt"

View file

@ -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.