Update:

git status

git diff

wq

git commit -am "why update files"

git push

 

Add:

git add .

git add --update

git commit -am "why add files"

git push

 

download:

git clone https://用户名@msstash.autotest.com/scm/auto/automation_test_script.git

相关文章: