最近一个项目,提交总报错

按照下面的流程就ok了

$ git clone
$ git init
$ cd shop
$ git branch -al  //查看所有分支
$ git pull origin master  //拉取
$ git branch -vv   //绑定本地和远程分支
$ git pull   //再次拉取
$ git status  //查看状态
$ git add  *  
$ git commit -m '提交测试'
$ git push

还不明白看下面原答案

https://blog.csdn.net/weijinqian0/article/details/76217014

最新文章

  1. Spring AOP基本概念
  2. es6新特性(一)
  3. [渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:排序、筛选和分页
  4. Matlab之矩阵
  5. 【转】C++ function、bind以及lamda表达式
  6. Intent传值之通过Application传值
  7. Unity Manual 用户手册
  8. [IOI1999]花店橱窗布置(DP路径记录)
  9. Stars(BIT树状数组)
  10. 关于C语言中变量类型转换
  11. python之禅 the zen of python
  12. 用于文件系统的C库函数
  13. Android OnLowMemory和OnTrimMemory
  14. MemCache详细解读
  15. Firefox 多行标签的解决方案分享
  16. c# 多线程简化
  17. 前台获取枚举的key值
  18. Material Design 相关资源
  19. Windows 8 应用程序前后台切换事件监听
  20. elasticsearch中文分词+全文搜索demo

热门文章

  1. 系统性能信息模块之psutil模块
  2. ubuntu 14.04 Clion2016.2 安装激活与安装后添加快捷启动方式
  3. Mysql蠕虫复制
  4. ECS 游戏架构 实现
  5. stristr函数
  6. Greeplum 系列(四) 数据的装载与卸裁
  7. Python3 urllib.parse 常用函数示例
  8. python CSV 文件的读写
  9. css实现水平伸缩菜单
  10. C# 集合的使用List<T>的使用