zoukankan      html  css  js  c++  java
  • git 命令使用集锦

    使用git mv重命名文件,而不是delete然后再add文件。

    git format常用命令: 
    git format-patch -4 //从当前分支最新提交点往下共生成4个补丁 
    git format-patch -1 指定commit号 //生成指定commit号的补丁

  • 相关阅读:
    js18
    js17
    js16
    js15
    js14
    js13
    js12
    js11
    八月二十三的php
    八月二十二的php
  • 原文地址:https://www.cnblogs.com/wangym/p/6836429.html
Copyright © 2011-2022 走看看