标签:attribute hub word status commit 基本使用 项目 git string
git clone + git项目地址
git add *
添加所有文件到本地仓库
git status
git commit -m "xxx"
git push
git init
git pull -> git add *
git pull拉取github上的文件到本地,再用git add * 更新
标签:attribute hub word status commit 基本使用 项目 git string
原文地址:https://www.cnblogs.com/zihao1037/p/10942853.html