Skip to content
Cuteli edited this page Dec 3, 2021 · 11 revisions

基础操作手册

wiki是单独的一个仓库,可以允许存在其他分支,但是只有master分支的内容会被显示出来,方便起见,大家直接将内容push到master分支即可。

参考操作:

git clone https://github.com/RGBTeam/ctf-wiki.wiki.git
[git branch -b dev]
git add .
git commit -m "message"
#直接推到远程master吧
git push origin dev:master
git pull origin master:master
#dev分支上变基
git rebase master

Wiki组织形式

  • 每个主题以.md文件格式上传至该仓库wiki下,并在本页添加目录链接。
  • github无法识别latex公式,推荐安装MathJax Plugin for Github谷歌插件,可在浏览器解析latex公式。

目录

Crypto

Web

Misc

Clone this wiki locally