Undoing Things in Git
Sep 23, 2023 路 3 min read 路 1. Fixing the last commit If you've committed changes and later realize you've forgotten to include something, you have the option to make additional changes and amend the previous commit without creating an extra commit by using the "--amend" option...
Join discussion



