Skip to content

Instantly share code, notes, and snippets.

@KendallPark
Created August 29, 2012 15:52
Show Gist options
  • Save KendallPark/3514746 to your computer and use it in GitHub Desktop.
Save KendallPark/3514746 to your computer and use it in GitHub Desktop.
add all untracked files in a directory
# add all untracked files in a directory
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment