Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 333 Bytes

06-add-interactive.md

File metadata and controls

16 lines (11 loc) · 333 Bytes

--interacrive option for git-add

Use -i or --interacrive for git-add so you can decide what changes to add.

Hey there.

git add --interactive
# or
git add -i

Patch update

Choose "patch" in interactive mode, then pick a file.

asciicast