2.0.0
This commit is contained in:
2
push.bat
Normal file
2
push.bat
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
git add .;git commit -m "main";git push origin main
|
||||||
@@ -5,7 +5,22 @@
|
|||||||
### 更新课程源码
|
### 更新课程源码
|
||||||
|
|
||||||
```shell
|
```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编辑器配置
|
### GoLand编辑器配置
|
||||||
|
|||||||
Reference in New Issue
Block a user