...
Code Block | ||
---|---|---|
| ||
$ git show <COMMIT> |
...
Can I update
...
a commit with more changes?
Yes, but you will be mutating history. If you have already pushed the commit, then other people might depend on the commit you are about to mutate. If you have only pushed the commit to your personal fork and you are not currently collaborating with someone, then it is fine to mutate the history (you yourself are the only one who will be affected). If you have pushed the commit to a project repository, then it is not fine to mutate history, since you cause problem for other contributors.
...
Overview
Content Tools
ThemeBuilder