git-graph on AUR (Arch User Repository)

Last updated: November 17,2024

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

$ yay -S git-graph

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

$ yay -Rns git-graph

2. Manually Install "git-graph" via AUR

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

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

b. Clone git-graph's git locally

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

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

$ cd ~/git-graph $ makepkg -si

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

ID: 1150612
Name: git-graph
PackageBaseID: 186489
PackageBase: git-graph
Version: 0.5.1-1
Description: A command line tool to visualize Git history graphs in a comprehensible way, following different branching models.
URL: https://github.com/mlange-42/git-graph
NumVotes: 3
Popularity: 0.359816
OutOfDate: 1685522856
Maintainer: mattydebie
Submitter: mattydebie
FirstSubmitted: 1665406607
LastModified: 1665406607
URLPath: /cgit/aur.git/snapshot/git-graph.tar.gz