运维网's Archiver
论坛
›
git/gitlab
› git提交代码到github-wenguonideshou
yzq
发表于 2018-9-16 10:55:22
git提交代码到github-wenguonideshou
# 提交暂存区到仓库区,并添加说明
git commit -m "第一次提交"
# 提交工作区自上次commit之后的变化,直接到仓库区
git commit -a
页:
[1]
查看完整版本:
git提交代码到github-wenguonideshou