mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 07:34:54 +02:00
commit
a57c85e94b
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ exports.level = {
|
|||
beforeMarkdowns: [
|
||||
"## Git Reset",
|
||||
"",
|
||||
'`git reset` annulla le modifiche spostando il puntatore al ramo indietro nel tempo a un commit precedente. Puoi vederla come se stessi "riscriveno la storia;" `git reset` torna al commit precedente come se il nuovo commit non fosse mai esistito.',
|
||||
'`git reset` annulla le modifiche spostando il puntatore al ramo indietro nel tempo a un commit precedente. Puoi vederla come se stessi "riscrivendo la storia;" `git reset` torna al commit precedente come se il nuovo commit non fosse mai esistito.',
|
||||
"",
|
||||
"Vediamone una rappresentazione:",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue