Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lowply/git-contrib


https://github.com/lowply/git-contrib

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# git-contrib

This repository is a mirror of the contrib directory of [git/git](https://github.com/git/git).

To sync from git/git:

```
./script/sync.sh "v2.39.0"
```

To list git/git versions:

```
GIT_DIR=git.git git fetch --tags
GIT_DIR=git.git git tag -l | grep "^v2." | grep -v "\-rc" | sort -V
```