記住這幾個(gè)git命令就夠了
git clone: 下載初始化
git add:添加
git commit -m ‘ ’ :提交 帶消息
git push:推送
git pull: 拉取
git config --global user.name "xxx"
git config --global user.email xxx@163.com
作者:Vam的金豆之路
主要領(lǐng)域:前端開發(fā)
我的微信:maomin9761
微信公眾號:前端歷劫之路
記住這幾個(gè)git命令就夠了
git clone: 下載初始化
git add:添加
git commit -m ‘ ’ :提交 帶消息
git push:推送
git pull: 拉取
git config --global user.name "xxx"
git config --global user.email xxx@163.com
作者:Vam的金豆之路
主要領(lǐng)域:前端開發(fā)
我的微信:maomin9761
微信公眾號:前端歷劫之路