alioth/before/cha/06===BPEMR
2025-05-30 09:18:01 +08:00
..
.obsidian feat(init): init alioth in 25-05-30 2025-05-30 09:18:01 +08:00
xi-note-computer feat(init): init alioth in 25-05-30 2025-05-30 09:18:01 +08:00
.gitignore feat(init): init alioth in 25-05-30 2025-05-30 09:18:01 +08:00
readme.md feat(init): init alioth in 25-05-30 2025-05-30 09:18:01 +08:00

BPEMR

此文件为我的档案和笔记目录,记录学习过程

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin http://togy.top/expressgy/BPEMR.git git push -u origin main