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

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!)

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
```