Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git check for uncommitted changes

//CHECK FOR UNCOMMITED CHANGES
git status -s

//If there are no changes has no output
//If there are changes are listed the modified files
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #check #uncommitted
ADD COMMENT
Topic
Name
6+2 =