Difference between revisions of "Git commit -a, --all"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
   
 
   
 
  no changes added to commit (use "[[git add]]" and/or "[[git commit -a]]")
 
  no changes added to commit (use "[[git add]]" and/or "[[git commit -a]]")
 +
 +
== Related terms ==
 +
* <code>[[git push]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 10:36, 5 October 2021

git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   MyModifiedFile.txt
        modified:   MyOtherModifiedFile.txt

no changes added to commit (use "git add" and/or "git commit -a")

Related terms

See also

Advertising: