2016-01-11T23:07:13
Add A Forgotten File To Git Commit
Forgot that one file to add during your last commit? Haven't pushed changes to a remote yet? Great! Easy fix:
$ git add forgotten_file
$ git commit --amend