This commit is contained in:
makeyangcom
2024-03-07 11:58:00 +08:00
parent e11d4c1579
commit 91b6141418
2 changed files with 18 additions and 1 deletions

2
push.bat Normal file
View File

@@ -0,0 +1,2 @@
@echo off
git add .;git commit -m "main";git push origin main

View File

@@ -5,7 +5,22 @@
### 更新课程源码
```shell
git pull origin main
git pull
```
### 虚拟IP地址固定
> 根据课程在Hyper-V管理器中进行相关的设置
### GitHub的访问加速
> 将wiki目录中hosts文件中的服务器IP修改后覆盖到`C:\Windows\System32\drivers\etc`
> 根据课程创建自己的代码仓库并上传源码到自己的仓库
```shell
# 上传源码到仓库的命令脚本
git add .;git commit -m "main";git push origin main
```
### GoLand编辑器配置