/workpc

Primary LanguagePython

git push命令
# 添加所有差异文件
git add .

# 创建描述
git commit -m "[function]describe message."

# 上传
git push origin master

# 强制拉取远端仓库代码
git reset --hard origin/master