GIT常用操作(锋)

摘录Java小工匠
1、 git 安装
yum install git
2 、下载代码
git clone 代码地址
3、已经下载代码的git 地址
git remote -v
4、强制覆盖本地
【GIT常用操作(锋)】gti fetch --all
git reset --hard origin/master
git pull
5、Centos 记住git 密码
git config --global credential.helper store

    推荐阅读