Skip to content

Instantly share code, notes, and snippets.

@boywijnmaalen
Last active April 9, 2018 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boywijnmaalen/14d6c7b03d1ac7bd6a419c90d65affb4 to your computer and use it in GitHub Desktop.
Save boywijnmaalen/14d6c7b03d1ac7bd6a419c90d65affb4 to your computer and use it in GitHub Desktop.
Add missing file to previous commit #CLI #GIT
# 1. stage the file you forgot to add to the previous commit
# 2. run the below mentiond command
$ git commit --amend –C HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment