Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanenck/git-tools
git utilities/wrappers
https://github.com/seanenck/git-tools
git utilites
Last synced: 16 days ago
JSON representation
git utilities/wrappers
- Host: GitHub
- URL: https://github.com/seanenck/git-tools
- Owner: seanenck
- License: gpl-3.0
- Created: 2024-10-16T20:55:06.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T23:26:31.000Z (2 months ago)
- Last Synced: 2024-10-24T12:55:51.373Z (2 months ago)
- Topics: git, utilites
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-tools
===Various git-based utilities/wrappers for personal use
[![build](https://github.com/seanenck/git-tools/actions/workflows/build.yml/badge.svg)](https://github.com/seanenck/git-tools/actions/workflows/build.yml)
## utilities
### git-uncommitted
Reports and tracks the various "known" states of a git repository indicating it
has (potentially) uncommitted changes### git-current-state
Is the backend for `git-uncommitted` that processes state of a repository
### git-dotfiles
Handles deploying dotfiles
### git-motd
Provides a shell startup "message of the day" (based on other commands)
## build
clone and `just`