gxhpersonal / gxhpersonal.github.io

Wojsdm Stay Star Don't miss
2 stars 0 forks source link

常用的git命令 | blog station #30

Open gxhpersonal opened 5 years ago

gxhpersonal commented 5 years ago

http://www.guoxh.com/blog/2016/09/18/%E5%B8%B8%E7%94%A8%E7%9A%84git%E5%91%BD%E4%BB%A4/

关于git的几个专用名词 Workspace:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 新建代码库//在当前目录新建一个git代码库 $ git init //克隆一个项目 $ git clone https://github.com/gxhpersonal/blog.git 配置Git的设置文件为.gitconfig,它可

gxhpersonal commented 4 years ago