随笔分类 -  git

摘要:如果已存在项目 1、在git bash里 进入项目所在目录, git init //初始化 2、git config --globle user.name 'happy' //设置远程仓库 3、git config --globle user.email 'stone8386@sina.com' / 阅读全文
posted @ 2019-03-20 17:53 stone8386