摘要: 基本操作练习 https://try.github.io git init 初始化仓库 git status 查看状态 git add '*.txt' 将文件加入管理 git commit -m "说明" 提交变动 git log 查看提交的历史记录 git remote add origin https://github.com/try-git/try_git.git 指定远程的仓库 git... 阅读全文
posted @ 2015-01-30 13:49 ooobj 阅读(245) 评论(0) 推荐(0) 编辑