This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2c8a7941bc
tldr
/
pages
/
common
/
git-add.md
189 B
Raw
Blame
History
git add
Adds changed files to the index
Add a file to the index
git add {{PATHSPEC}}
Add all current changes to the index
git add .
Also add ignored files
git add -f