Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Accurate description what "git add ." does #107

Open
putztzu opened this issue Jun 26, 2015 · 0 comments
Open

More Accurate description what "git add ." does #107

putztzu opened this issue Jun 26, 2015 · 0 comments
Labels

Comments

@putztzu
Copy link

putztzu commented Jun 26, 2015

6.5 And Now for Something Beautiful

git add .
which adds the files that you changed;

More accurately, "git add ." creates a list of files which have been newly created or added to the local repo so that those changes can be prepared for staging. Is not required for any existing files which only have been modified/changed.

@tophtucker tophtucker added the text label Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants