Git 笔记

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