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

001git命令

时间:2018-07-27 13:20:34      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:commit   配置   amp   仓库   lob   为知笔记   add   init   https   

1、用户信息
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

2、检查配置信息
git config --list

3、在现有目录中初始化仓库
git init

4、提交
$ git add *.c
$ git add LICENSE
$ git commit -m ‘initial project version‘

5、克隆现有的仓库
$ git clone https://github.com/libgit2/libgit2
$ git clone https://github.com/libgit2/libgit2 mylibgit




001git命令

标签:commit   配置   amp   仓库   lob   为知笔记   add   init   https   

原文地址:https://www.cnblogs.com/linux777/p/9376891.html

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