info / 2
This commit is contained in:
parent
a5b4556b93
commit
ae8efe0a99
2 changed files with 8 additions and 1 deletions
1
.env
Normal file
1
.env
Normal file
|
@ -0,0 +1 @@
|
|||
SUPERSECRET_SECRET="NM&iAQESh^mT9VTUvrqhLmd^KAhjg$PPaaWyLCJiXaw$GYeTDstDu@4PkmBcwt"
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue