git-explode on AUR (Arch User Repository)

Last updated: May 16,2024

1. Install "git-explode" 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-explode on Arch using YAY

$ yay -S git-explode

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

$ yay -Rns git-explode

2. Manually Install "git-explode" via AUR

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

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

b. Clone git-explode's git locally

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

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

$ cd ~/git-explode $ makepkg -si

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

ID: 573641
Name: git-explode
PackageBaseID: 138516
PackageBase: git-explode
Version: 0.0.1-1
Description: Explode linear sequence of git commits into topic branches
URL: https://github.com/aspiers/git-explode
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Deewiant
Submitter: Deewiant
FirstSubmitted: 1546616102
LastModified: 1546616102
URLPath: /cgit/aur.git/snapshot/git-explode.tar.gz