🐙

Ubuntu に git subtree をインストールする

2024/04/23に公開

Ubuntu に git subtree をインストールします。

  1. Git をクローンします。

    git clone https://github.com/git/git.git
    
  2. subtree のフォルダに移動して make を実行します。

    cd git/contrib/subtree
    make
    
  3. subtree をインストールします。

    sudo make install
    
  4. git フォルダを削除します。

Discussion