mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 19:02:09 +02:00
git-add: add git add interactively for all changed files (#3778)
This commit is contained in:
parent
9537f5f6ae
commit
3b017c80e7
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`git add -f`
|
`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}}`
|
`git add -p {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue