拉取代码
克隆仓库到本地
git clone 远程地址
git pull origin master
提交代码
git remote add origin 远程地址
git pull origin master
git commit -m '提交说明'
git push origin master
更新本地代码
git pull
idea 保存git密码
git config --global credential.helper wincred
IDEA 忘记git密码
git config --system --unset credential.helper