https://github.com/jacquindev/git-bash-completions
Collections of Bash Completion Scripts (Include missing functions to source completion files!)
https://github.com/jacquindev/git-bash-completions
completions git-bash windows
Last synced: 7 months ago
JSON representation
Collections of Bash Completion Scripts (Include missing functions to source completion files!)
- Host: GitHub
- URL: https://github.com/jacquindev/git-bash-completions
- Owner: jacquindev
- License: gpl-3.0
- Created: 2025-02-15T10:11:49.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-15T11:24:41.000Z (8 months ago)
- Last Synced: 2025-02-15T12:26:19.247Z (8 months ago)
- Topics: completions, git-bash, windows
- Language: Shell
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Bash for Windows Completions Collection
This repository holds a collections of completion files for related commands.
## Usage
```bash
git clone https://github.com/jacquindev/git-bash-completions.git /your/location/git-bash-completions
```Source `exec.sh` file in your `~/.bashrc`:
```bash
source /your/location/git-bash-completions/exec.sh
```