# git 操作

首先我们需要在 github 初始化一个仓库用来存放我们的代码!

熟悉下基本的 git 操作

不熟悉 git 操作的 友友们看下面的链接

git 命令学习 (opens new window)

git add .  

git commit -m '本次提交内容描述' 

git push -u origin master   // 提交代码到 master 分支

更新时间: 2023年8月8日
光辉岁月
Beyond