Git笔记(廖雪峰老师课程)

git笔记 git的安装 sudo apt-get install git-core 全局配置 git config --global user.name "Your Name git config --global user.email "email@example.com" 版本库 repository git init 初始化 出现 .git目录 git add xx git commit
相关文章
相关标签/搜索