diff --git a/pages/common/git-add.md b/pages/common/git-add.md index bded332690..c97059f89a 100644 --- a/pages/common/git-add.md +++ b/pages/common/git-add.md @@ -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}}`