Difference between revisions of "Git add"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
  git add .
 
  git add .
 
  (not output)
 
  (not output)
 +
 +
git add . -v
 +
add 'your_new_file'
 +
  
 
  touch README.md
 
  touch README.md

Revision as of 09:09, 22 November 2020

This article is a Draft. Help us to complete it.
https://git-scm.com/docs/git-add
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 .
(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

Related terms

See also

Advertising: