Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to "git status"

# Edit hello.py
git status
# hello.py is listed under "Changes not staged for commit"
git add hello.py
git status
# hello.py is listed under "Changes to be committed"
git commit
git status
# nothing to commit (working directory clean)
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #How
ADD COMMENT
Topic
Name
4+2 =