Ammend a GIT commit
October 08, 2008
If you’ve forgotten something from a commit you can add it to the previous commit using the --amend
parameter. This is most useful to keep your GIT repo tidy.
If you’ve forgotten something from a commit you can add it to the previous commit using the --amend
parameter. This is most useful to keep your GIT repo tidy.