git-branchless on AUR (Arch User Repository)

Last updated: November 05,2024

1. Install "git-branchless" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install git-branchless on Arch using YAY

$ yay -S git-branchless

* (Optional) Uninstall git-branchless on Arch using YAY

$ yay -Rns git-branchless

2. Manually Install "git-branchless" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone git-branchless's git locally

$ git clone https://aur.archlinux.org/git-branchless.git ~/git-branchless

c. Go to ~/git-branchless folder and install it

$ cd ~/git-branchless $ makepkg -si

3. Information about the git-branchless package on Arch User Repository (AUR)

ID: 1124716
Name: git-branchless
PackageBaseID: 175816
PackageBase: git-branchless
Version: 0.4.0-1
Description: High-velocity monorepo-scale workflow for Git
URL: https://github.com/arxanas/git-branchless
NumVotes: 2
Popularity: 0.063999
OutOfDate:
Maintainer: alerque
FirstSubmitted: 1644389551
LastModified: 1660201346
URLPath: /cgit/aur.git/snapshot/git-branchless.tar.gz

5. The same packages on other Linux Distributions