文件上传gitee

📅 2026/7/7 7:44:38 👁️ 阅读次数 📝 编程学习
文件上传gitee

1.文件夹右击选择

2.打开之后等一会会儿变成这样,接着输入命令 git init

3.输入

git config --global user.name '云边的小卖部'
git config --global user.email 'xx@qq.com'

4.输入 git add .

5.输入git commit -m '提交信息'