Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roeas authored Oct 21, 2023
1 parent abc2d83 commit 73fff3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
由 Premake5 构建的 GAMES101 作业框架,只支持 Windows + VS2022。

# 依赖
需要先下载并安装 VS2022 与 CMake。
先下载并安装 VS2022 与 CMake。

[VS2022](https://visualstudio.microsoft.com/zh-hans/downloads/)

Expand All @@ -29,6 +29,11 @@
# 运行
在 VS 中找到 `解决方案管理器`,右键任一你想运行的作业,点击 `设为启动项`,编译并运行即可。

# 答案
位于 answer branch,使用 `git stash` 暂存你当前的修改,`git checkout answer` 切换至答案分支。

使用 `git checkout main` 切换回主分支,再使用 `git stash pop` 还原你的修改。

# 其他
- 作业之间没有任何关系,在一作业内的修改不会应用到另一作业中,编写时注意区分。

Expand Down

0 comments on commit 73fff3f

Please sign in to comment.