Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 365 Bytes

codeforces 部分题解

commits 的命名方式都为 div round no. + 题号

查看某道题题解

git log --all --graph --oneline 

记录下对应 Hash 值

切换到某道题题解

git checkout < hash 值 > 

以上仅限 git bash 使用,如果使用 ide 就直接用 ide 内置的 ui 进行 checkout 即可