随笔分类 - Git
摘要:一、GIT 基础: 1、取得项目的仓库 git init git add FILES git clone [https/http、ssh、git] 2、记录每次更新到仓库 git status git status -s 或 git status --short .gitignore git dif
阅读全文
摘要:官网:https://git-scm.com/ 官方文档:https://git-scm.com/doc 比较简略的资料(对基本概念没有解释很清楚):http://wenku.baidu.com/link?url=G5wroyiwvVlLj5ge_V-T2D96L083VimgG8QRgsKhT32
阅读全文