开始了~~
git init (初始化本地代码仓库)
git clone https://gitee.com/abc/abc.git
git add . (添加)
git commit -m '注释'
git push (推送)
git pull (下载)
修改用户名
查看命令:
git config --global user.name
git config --global user.email
命令分别为:
git config --global user.name 张三
git config --global user.email 1@qq.com
– shh 生成
ssh-keygen -t rsa -C ‘上面的邮箱’
QQ技术交流群:201455739

被折叠的 条评论
为什么被折叠?



