Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 220 Bytes

rebase.md

File metadata and controls

7 lines (7 loc) · 220 Bytes

5. Immutable History

Нельзя переписать историю — можно создать новую

  • git commit --ammend
  • git rebase
  • git rebase -i
  • git cherry-pick
  • git revert