Last Updated: February 25, 2016
·
501
· stereoscott

Amend git commit

If you commit a changeset to git and realize you missed something, this is a quick fix:

git add my_missing_file.rb
git commit --amend