git添加存在的项目
Git 全局设置
1 | git config --global user.name "名字" |
创建新版本库
1 | git clone http://github.com/cjahv/test.git |
已存在的文件夹
1 | cd existing_folder |
已存在的 Git 版本库
1 | cd existing_repo |
1 | git config --global user.name "名字" |
1 | git clone http://github.com/cjahv/test.git |
1 | cd existing_folder |
1 | cd existing_repo |