git-add: add git add interactively for all changed files (#3778)
This commit is contained in:
parent
9537f5f6ae
commit
3b017c80e7
|
|
@ -19,6 +19,10 @@
|
|||
|
||||
`git add -f`
|
||||
|
||||
- Add parts of a file interactively:
|
||||
- Interactively stage parts of files:
|
||||
|
||||
`git add -p`
|
||||
|
||||
- Interactively stage parts of a given file:
|
||||
|
||||
`git add -p {{path/to/file}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue