Home | Mirror | Search

2. git-status - Show the working tree status

			
$ git-status newfile
# On branch master
#
# Initial commit
#
# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#       new file: newfile
#		
			
comments powered by Disqus