Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowply/git-contrib
https://github.com/lowply/git-contrib
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowply/git-contrib
- Owner: lowply
- Created: 2022-11-24T12:44:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T01:24:32.000Z (4 months ago)
- Last Synced: 2024-10-15T18:44:35.295Z (2 months ago)
- Language: Shell
- Size: 292 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```