mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 09:04:26 +02:00
Rephrasing and fixed some typos
This commit is contained in:
parent
15bdda04d8
commit
c7cb6922fc
17 changed files with 37 additions and 37 deletions
|
@ -1231,7 +1231,7 @@ exports.level = {
|
|||
"Ora il ramo selezionato è il main. Procediamo e facciamo rebase su `bugFix`...",
|
||||
],
|
||||
afterMarkdowns: [
|
||||
"Ecco qua! Visto che main era un antenato di `bugFix`, git sposta semplicemente il riferimento al ramo `main` branch in avanti.",
|
||||
"Ecco qua! Visto che main era un antenato di `bugFix`, git sposta semplicemente il riferimento al ramo `main` in avanti.",
|
||||
],
|
||||
command: "git rebase bugFix",
|
||||
beforeCommand:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue