目录

工欲善其事

实践出真知

活跃标签: linux java mysql 待分类 js springboot win10 电路 vue macOS nginx esp32 git docker windows idea maven esp8266 python Arduino

存档:

GitHub 基本的基本用法

git使用

cd existing_folder
git init
git remote add origin http://112.126.100.212:8099/liguanglei/children-pg-ow.git
git remote add origin http://112.126.100.212:8099/liguanglei/children-pg-backstage.git
git add .
git commit -m "Initial commit"
git push -u origin master


标题:GitHub 基本的基本用法
作者:llilei
地址:http://solo.llilei.work/articles/2021/09/26/1632642031836.html