split git commands
This commit is contained in:
16
pages/common/git-add.md
Normal file
16
pages/common/git-add.md
Normal file
@@ -0,0 +1,16 @@
|
||||
#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`
|
||||
|
Reference in New Issue
Block a user