常用命令

2025528

10:51

git clone  ……

cd ..

git init

git add .

git commit -m 'second'

git checkout -b master

git remote add origin https://github.com/2kkkkk/nunchaku.git

git push -f -u origin master

 

已使用 OneNote 创建。