您的位置:首页 > 其它

git 常用使用命令

2016-11-07 00:00 148 查看
http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html
http://www.open-open.com/lib/view/open1426989432021.html
进入仓库目录:

查看仓库状态 git status

下的代码到本地仓库 git clone https://github.com/LinWater/jsoup.git jsoup

更新服务器最新代码到本地仓库 cd jsoup ; git pull ; git statsh
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: