1:创建一个要提交的文件
2 git init 初始化
3 git remote add origin https://github.com/maohongli/cang.git 建立远程连接
4 git status
5 git add -A 创建
6 git commit -m "是"
7 git push -u origin master 推送

用户名git config --global user.email 1031815407@qq.com 密码 git config --global user.name "maohongli"

分支合并

1 git checkout -b shop 切换分支
2 git add -A 创建
3 git push -u origin shop 推进
4 git checkout master 切换master
5 git merge shop 合并shop分支
6 git push 推进

最新文章

  1. Hadoop学习笔记—22.Hadoop2.x环境搭建与配置
  2. Lesson 11 One good turn deserves another
  3. 数据可视化-EChart2.0使用总结1
  4. pandas应用之分组因子暴露和分位数分析
  5. socket 网络编程
  6. Lambda动态创建
  7. Velocity原理
  8. 好用的linux命令
  9. [Ext JS 4] 实战之Grid, Tree Gird编辑Cell
  10. 《Linux 设备驱动程序》读后感。 并发,竞态,死锁。
  11. HDU1284钱币兑换问题( 母函数打表)
  12. 【POJ3268】Silver Cow Party 最短
  13. Android非常有用的开源库介绍整理
  14. css远距离链接
  15. js中的浅复制和深复制
  16. Nginx出现500 Internal Server Error 错误的解决方案
  17. OkHttp上传文件,服务器端请求解析找不到文件信息的问题
  18. STM32标准库GPIO操作
  19. PyTorch in Action: A Step by Step Tutorial
  20. loadrunner 运行脚本-Run-time Settings->General->Additional attributes设置

热门文章

  1. 3.1 Spark概述
  2. 2.3 Scala面向对象编程基础
  3. 今晚,玩一玩linux上的DNS
  4. 0.Jenkins 介绍
  5. Web协议详解与抓包实战:HTTP1协议-详解请求行(2)
  6. [LeetCode] 464. Can I Win 我能赢吗
  7. [LeetCode] 174. Dungeon Game 地牢游戏
  8. [LeetCode] 55. Jump Game 跳跃游戏
  9. [LeetCode] 32. Longest Valid Parentheses 最长有效括号
  10. oracle--10GRAC集群(NFS共享存储)