Tutorial for git usage
Git initialize a repository locally
After you run this script, you can get a directory .git
, check the config
file within.
Git update files (use gitUpdate.sh "*"
for multiple files)
git中查看文件的差异
git删除版本库中的一个提交。
git中合并几次提交
git更新本地版本库
git克隆已有版本库
Ref:http://gitbook.liuhui998.com/3_5.html