Git add

From wikieduonline
Revision as of 12:28, 20 September 2021 by Chmod14 (talk | contribs)
Jump to navigation Jump to search

git-add, add file contents to the index.


Steps: git add -> git commit -> git push

Example

git add .
(not output)
git add . -v
add 'your_new_file'
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
git add 
fatal: not a git repository (or any of the parent directories): .git
git init
Initialized empty Git repository in /private/path/to_dir/.git/
git add -A

Related terms

See also

Advertising: