git add

Füge Dateien zum Index/Stage hinzu. Weitere Informationen: https://git-scm.com/docs/git-add.

git add {{pfad/zu/datei}}

git add {{[-A|--all]}}

git add {{[-u|--update]}}

git add {{[-f|--force]}}

git add {{[-p|--patch]}}

git add {{[-p|--patch]}} {{pfad/zu/datei}}

git add {{[-i|--interactive]}}