git

git 简单点

git init 
git remote add origin https://github.com/jinmuyano/manabe.git
git config --global user.email "731616191@qq.com"
cd 项目目录
git add .
git commit -m "20210521"
git push -u origin master

入门

  152  git add .
  153  git commit -m "1"
  154  git remote add studygo https://gitee.com/jinmuyan222/studygo.git
  155  git push -u studygo master
  156  history

微信:jinmuqq222
原文地址:https://www.cnblogs.com/jinmuqq222/p/14794801.html