GIT基础命令(粘贴 shift + insert)

 

 

 

 

 

 

 更新仓库

1、git status

2、git add .

3、git commit -m 'xxxx备注'

4、git push

若出现

Please tell me who you are.

进行1、git config --global user.name "xxxx"

2、git config --global user.email "xxxx@gmail.com"

在进行 git push

posted @ 2020-12-31 20:19  在学习编程的lsy呀  阅读(409)  评论(1编辑  收藏  举报