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

https://github.com/slammayjammay/git-add-file

Add files to git providing a substring to match
https://github.com/slammayjammay/git-add-file

es6 git javascript nodejs terminal

Last synced: 2 months ago
JSON representation

Add files to git providing a substring to match

Awesome Lists containing this project

README

          

# `git-add-file`

```sh
$ npm install -g https://github.com/slammayjammay/git-add-file
```

I alias this with "ga":
```sh
# in .bash_profile
alias ga="git-add-file"
```

# Usage
```sh
$ git-add-file html # adds all .html files, for example
$ git-add-file readme # adds the README.md file
```