[Git]Git的常用命令

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

原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/3621487.html