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
83b9e04f8d
tldr
/
pages
/
common
/
git-add.md
238 B
Raw
Blame
History
git add
Adds changed files to the index
Add a file to the index
git add {{PATHSPEC}}
Add all files (tracked and untracked)
git add .
Only add already tracked files
git add -u
Also add ignored files
git add -f