Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 398 Bytes

git.md

File metadata and controls

29 lines (23 loc) · 398 Bytes
cd 项目
git init
git config --global user.name "zhwanng"
git config --global user.email "[email protected]"        
git remote add react-demo [email protected]:zhwanng/ReactLearning
git add .
git commit -m "first commit"
git push -u origin master

vscode 源代码管理任务卡里,在输入框里输入保存日志,并点击推送