从远程下载到本地

git clone ssh://git@***.***.***.com/home/git/test

 

从本地上传到远程服务器:

git add .(“." 表示当前目录)

git commit -am " test cases check in"

git push