1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:02:07 +02:00

git-add: add git add interactively for all changed files (#3778)

This commit is contained in:
Ryan Olson 2020-01-23 03:24:01 -07:00 committed by Zlatan Vasović
parent 9537f5f6ae
commit 3b017c80e7

View file

@ -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}}`