zoukankan      html  css  js  c++  java
  • 从lore.kernel.org获取补丁的工具b4

    1. 如何安装b4?
      1.1 获取b4的源码
      $ git clone git://git.kernel.org/pub/scm/utils/b4/b4.git
      1.2 使能b4
      $ cat ~/.bash_profile
      alias b4="$HOME/develop/source_code/kernel.org/b4/b4.sh" // 将此行加入~/.bash_profile
      $ . ~/.bash_profile
    2. 如何使用b4?
      2.1 从https://lkml.org/获取某个补丁的Message-ID

    2.2 使用b4获取补丁
    $ b4 am <Message-Id>
    示例如下:
    $ b4 am 20201009110320.20832-1-ceggers@arri.de

  • 相关阅读:
    ajax理论
    模块
    node.js(1)
    ES6
    data对象
    数组
    对象
    webdriver对应的驱动版本
    TrineaAndroidCommon API Guide
    PV,UV,IP概念
  • 原文地址:https://www.cnblogs.com/dakewei/p/13959732.html
Copyright © 2011-2022 走看看