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
- Host: GitHub
- URL: https://github.com/slammayjammay/git-add-file
- Owner: slammayjammay
- License: mit
- Created: 2017-02-02T05:48:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T03:47:14.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T12:43:35.670Z (over 1 year ago)
- Topics: es6, git, javascript, nodejs, terminal
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```