_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
git-crypt 0.8.0
Channel: abbe
Location: abbe/packages/git.scm (abbe packages git)
Home page: https://www.agwa.name/projects/git-crypt/
Licenses: GPL 3+
Build system: gnu
Synopsis: Transparent encryption of files in a git repository
Description:

git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.

git-crypt 0.8.0
Dependencies: git@2.54.0 openssl@3.5.5
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://www.agwa.name/projects/git-crypt/
Licenses: GPL 3+
Build system: gnu
Synopsis: Transparent encryption of files in a git repository
Description:

git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.

git-tools 2025.08
Dependencies: bash-minimal@5.2.37 git-minimal@2.54.0 python-minimal@3.12.12
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/MestreLion/git-tools
Licenses: GPL 3+
Build system: copy
Synopsis: Assorted git-related scripts and tools
Description:

git-tools is a collection of bash and python scripts. Specifically, it includes the following tools:

  • git-branches-rename: Batch rename branches with a matching prefix to another prefix

  • git-clone-subset: Clone a subset of a git repository

  • git-find-uncommitted-repos: Recursively list repositories in the given directory(ies) that have uncommitted changes

  • git-rebase-theirs: Resolve rebase conflicts and failed cherry-picks by favoring "theirs" version

  • git-restore-mtime: Restore modification time of files based on the date of the most recent commit that modified them

  • git-strip-merge: A git-merge wrapper that deletes files on a "foreign" branch before merging

git-extras 7.5.0
Propagated dependencies: git@2.55.0
Channel: abbe
Location: abbe/packages/git.scm (abbe packages git)
Home page: https://github.com/tj/git-extras
Licenses: Expat
Build system: gnu
Synopsis: Additional Git utilities
Description:

The git-extras package provides a collection of additional git commands for repository metrics and summarization, commit and log editing, developer workflow, and project and release management.

git-extras 7.5.0
Dependencies: coreutils-minimal@9.1 curl@8.6.0 findutils@4.10.0 gawk@5.3.0 less@608 ncurses@6.2.20210619 procps@4.0.3 rsync@3.4.4 sed@4.9 util-linux@2.40.4
Propagated dependencies: git@2.54.0
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/tj/git-extras
Licenses: Expat
Build system: gnu
Synopsis: Additional Git utilities
Description:

The git-extras package provides a collection of additional git commands for repository metrics and summarization, commit and log editing, developer workflow, and project and release management.

github-cli 2.85.0
Channel: clocktower
Location: clocktower/packages/gh.scm (clocktower packages gh)
Home page: https://github.com/cli/cli
Licenses: Expat
Build system: copy
Synopsis: GitHub’s official command line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

github-cli 2.78.0
Channel: sijo
Location: sijo/packages/github-cli.scm (sijo packages github-cli)
Home page: https://github.com/cli/cli
Licenses: Expat
Build system: copy
Synopsis: GitHub’s official command line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

gitauthors 0.1.4
Propagated dependencies: python-docopt@0.6.2 python-dulwich@1.0.0
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: https://github.com/gruns/gitauthors
Licenses: Expat
Build system: python
Synopsis: Get a quick summary of commit authors
Description:

gitauthors is simple tool that prints a quick summary of a repository's authors, as collated by commits. Summary output includes each author's name, email, number of commits, and date of last commit.

r-gitcreds 0.1.2
Dependencies: git-minimal@2.50.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/gitcreds
Licenses: Expat
Build system: r
Synopsis: Query git credentials from R
Description:

Query, set, and delete credentials from the git credential store. Manage GitHub tokens and other git credentials. This package is to be used by other packages that need to authenticate to GitHub and/or other git repositories.

r-gitstats 2.5.2
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.2.0 r-r6@2.6.1 r-purrr@1.2.2 r-mirai@2.7.0 r-lubridate@1.9.5 r-httr2@1.2.2 r-glue@1.8.1 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://r-world-devs.github.io/GitStats/
Licenses: Expat
Build system: r
Synopsis: Standardized Git Repository Data
Description:

Obtain standardized data from multiple Git services, including GitHub and GitLab'. Designed to be Git service-agnostic, this package assists teams with activities spread across various Git platforms by providing a unified way to access repository data.

ghc-gitrev 1.3.1
Dependencies: ghc-base-compat@0.14.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/acfoltzer/gitrev
Licenses: Modified BSD
Build system: haskell
Synopsis: Compile git revision info into Haskell projects
Description:

This package provides some handy Template Haskell splices for including the current git hash and branch in the code of your project. This is useful for including in panic messages, --version output, or diagnostic info for more informative bug reports.

git-absorb 0.9.0
Dependencies: libgit2@1.9.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/tummychow/git-absorb
Licenses: Modified BSD
Build system: cargo
Synopsis: Git tool for making automatic fixup commits
Description:

git absorb automatically absorbs staged changes into their current branch. git absorb will automatically identify which commits are safe to modify, and which staged changes belong to each of those commits. It will then write fixup! commits for each of those changes.

github-cli 2.83.2
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://cli.github.com/
Licenses: Expat
Build system: go
Synopsis: GitHub's official command-line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. It works with GitHub.com, GitHub Enterprise Cloud, and GitHub Enterprise Server 2.20+.

git-imerge 1.1.0
Dependencies: bash-minimal@5.2.37 git@2.54.0 python-wrapper@3.12.12
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/mhagger/git-imerge
Licenses: GPL 2+
Build system: gnu
Synopsis: Incremental merge for Git
Description:

This Git extension defines a subcommand, imerge, which performs an incremental merge between two branches. Its two primary design goals are to reduce the pain of resolving merge conflicts by finding the smallest possible conflicts and to allow a merge to be saved, tested, interrupted, published, and collaborated on while in progress.

ghc-git-lfs 1.2.5
Dependencies: ghc-http-client@0.7.19 ghc-http-types@0.12.4 ghc-aeson@2.2.3.0 ghc-network-uri@2.6.4.2 ghc-case-insensitive@1.2.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/git-lfs
Licenses: AGPL 3
Build system: haskell
Synopsis: Git Large File Storage protocol
Description:

An implementation of the git-lfs protocol.

himitsu-git 0.10.0
Dependencies: himitsu@0.10
Channel: guix
Location: gnu/packages/password-utils.scm (gnu packages password-utils)
Home page: https://git.sr.ht/~sircmpwn/himitsu-git
Licenses: GPL 3
Build system: hare
Synopsis: Himitsu git credential helper
Description:

This package provides a git credential helper that queries Himitsu for credentials.

ghc-githash 0.1.7.0
Dependencies: ghc-th-compat@0.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/githash#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Compile git revision info into Haskell projects
Description:

Please see the README and documentation at <https://www.stackage.org/package/githash>

pnetlib-git 0.8.0-0.c3c12b8
Dependencies: pnet-git@0.8.0-0.3baf947
Channel: guix
Location: gnu/packages/dotnet.scm (gnu packages dotnet)
Home page: http://www.gnu.org/software/dotgnu/html2.0/pnet.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Libraries for the C# programming language
Description:

DotGNU Portable.NET Library contains an implementation of the C# library, for use with .NET-capable runtime engines and applications.

git-minimal 2.50.0
Dependencies: bash-minimal@5.2.37 coreutils-minimal@9.1 curl@8.6.0 expat@2.7.1 openssl@3.5.5 perl@5.36.0 sed@4.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://git-scm.com/
Licenses: GPL 2
Build system: gnu
Synopsis: Distributed version control system
Description:

Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

git-minimal 2.54.0
Dependencies: bash-minimal@5.2.37 coreutils-minimal@9.1 curl@8.6.0 expat@2.7.1 openssl@3.5.5 perl@5.36.0 sed@4.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://git-scm.com/
Licenses: GPL 2
Build system: gnu
Synopsis: Distributed version control system
Description:

Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

r-gitignore 0.1.8
Propagated dependencies: r-xfun@0.57 r-purrr@1.2.2 r-jsonlite@2.0.0 r-here@1.0.2 r-glue@1.8.1 r-curl@7.1.0 r-clipr@0.8.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/gitignore/
Licenses: GPL 3
Build system: r
Synopsis: Create Useful .gitignore Files for your Project
Description:

Simple interface to query gitignore.io to fetch gitignore templates that can be included in the .gitignore file. More than 450 templates are currently available.

stumpwm-git 20.11-0.64a3c9a
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-ppcre@2.1.1 sbcl-clx@0.7.7
Channel: neguix
Location: negnu/packages/wm.scm (negnu packages wm)
Home page: https://github.com/stumpwm/stumpwm
Licenses: GPL 2+
Build system: asdf/sbcl
Synopsis: Window manager written in Common Lisp
Description:

Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input. These design decisions reflect the growing popularity of productive, customizable lisp based systems.

git-repo-go 1.0.0
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://git-repo.info/en/docs/
Licenses: ASL 2.0
Build system: go
Synopsis: Git extensions for AGit-Flow and Gerrit servers
Description:

git-repo provides Git extensions for interacting conveniently with AGit-Flow or Gerrit servers. It makes it possible to create, update or fetch PR, and more. It is based on the repo tool that was developed for the Gerrit project, but also supports AGit-Flow and lifts the requirement to use a manifest file.

r-git2rdata 0.5.2
Propagated dependencies: r-yaml@2.3.12 r-git2r@0.36.2 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://ropensci.github.io/git2rdata/
Licenses: GPL 3
Build system: r
Synopsis: Store and Retrieve Data.frames in a Git Repository
Description:

The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.

Page: 12345108
Total packages: 2578