sfx-meteojs
Version:
气象 JS 库, Javascript library for meteorological and atmospheric tools
22 lines (16 loc) • 465 B
Plain Text
Git 全局设置:
git config --global user.name "shenyczz"
git config --global user.email "shenyczz@163.com"
创建 git 仓库:
mkdir meteojs
cd meteojs
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/shenyczz/meteojs.git
git push -u origin "master"
已有仓库?
cd existing_git_repo
git remote add origin https://gitee.com/shenyczz/meteojs.git
git push -u origin "master"