git常见操作:
c
git init
c
git remote add master【分支名字】 git@gits.xxxxx【仓库中获取的ssh链接或者http协议的链接】
检查远程仓库是否链接成功。
c
git remote -v
出现以下画面就可以git pull,git push了