用vscode推送github项目

1. 初始化Git仓库 git init 2. 将文件添加到暂存区 git add filename git add . #添加本目录中所有文件 3. 提交更改 git commit -m "Your commit message here" 写一个有意义的提交信息 4. 复制仓库的HTTPS或者S
posted @ 2023-10-19 10:03  Echo宝贝儿  阅读(190)  评论(0编辑  收藏  举报