You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
247 B
11 lines
247 B
2 years ago
|
# 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
|