transtone
posted @ 2009年1月20日 07:02
in
笔记
with tags
Git
, 1853 阅读
还是每天写点东西吧,虽然能写的东西不多。
- git add 添加文档内容到索引(index)
- git commit 记录(record)仓库更新
- git push 更新远程(remote)资料
- git pull 下载(fetch)并合并资料
- git clone 克隆服务器(repository)中的资料
- git init 创建一个本地(local)的空仓库
git-emacs指南
git日常命令20条
git使用二三事