Difference between revisions of "Git status"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
{{Draft}}
+
 
 +
Steps: <code>[[git add]]</code> -> <code>[[git commit]]</code> -> <code>[[git push]]</code>
  
 
  git status
 
  git status

Revision as of 09:22, 22 November 2020

Steps: git add -> git commit -> git push
git status
On branch master 

No commits yet

Changes to be committed:
  (use "git rm --cached <file>..." to unstage)

	new file:   new_file_1.txt
	new file:   new_file_2.txt
	new file:   new_file_3.txt


git status
On branch master
nothing to commit, working tree clean


Related terms

See also

Advertising: