码迷,mamicode.com
首页 > 其他好文 > 详细

Git 学习(二)

时间:2020-05-29 13:43:11      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:初始   使用命令   git init   local   conf   xxx   学习   init   style   

建 git 仓库

场景1:把已有项目纳入 git 管理

进入项目根目录,使用命令:

git init

场景2:新建项目直接用 git 管理

在当前路径创建项目 xxx,使用命令:

git init xxx
cd xxx

初始化仓库后,可以按需修改当前项目的 user 信息

git config --local user.name xxx
git config --local user.email xxx@xx.com

Git 学习(二)

标签:初始   使用命令   git init   local   conf   xxx   学习   init   style   

原文地址:https://www.cnblogs.com/chkhk/p/12986839.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!