Skip to content

Instantly share code, notes, and snippets.

@Cezarion
Last active December 16, 2015 16:49
Show Gist options
  • Save Cezarion/5465770 to your computer and use it in GitHub Desktop.
Save Cezarion/5465770 to your computer and use it in GitHub Desktop.
Git add options
git add -A stages All
git add . stages new and modified, without deleted
git add -u stages modified and deleted, without new
cf : http://stackoverflow.com/questions/572549/difference-of-git-add-a-and-git-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment