git 上传代码到远程仓库

来源:互联网 发布:网络购物用户行为报告 编辑:程序博客网 时间:2024/05/19 23:19

首先查看git 的状态 :git status

然后git add 添加到暂存区: git add .

然后本地提交:git commit -m " ##" 
然后提交到远端:git push

原创粉丝点击