【Git】Git初始化

一、在需要作为仓库的目录打开GitBash

1、git init

2、git config --global user.email "you@example.com"
3、git config --global user.name "Your Name"

二、在仓库目录打开GitGUI

 Remote->add 进入如下界面,添加远程代码库

 

posted @ 2018-09-08 17:12  南京小黄猫  阅读(130)  评论(0编辑  收藏  举报