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

From wikieduonline
Jump to navigation Jump to search
(Created page with " 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...")
 
Line 1: Line 1:
 
+
{{lowercase}}
  
 
  git status
 
  git status
Line 13: Line 13:
 
  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]]")
  
 
+
== See also ==
 
* {{git commit}}
 
* {{git commit}}
 
* {{git}}
 
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Revision as of 15:35, 21 September 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")

See also

Advertising: