Git常用操作

2022年5月1日 11:43 | 657 | 学习

1.基本操作

用户配置

git config --global user.name "sangni"
git config --global user.email ####@##

//初始化仓库

git init

//对状态的跟踪

阅读全文 »

词云

2022年4月1日 11:19 | 395 | 学习

 

 

 

 

 

 

 

阅读全文 »