https://github.com/spencermountain/git-slop
cleaner git commands
https://github.com/spencermountain/git-slop
Last synced: about 1 month ago
JSON representation
cleaner git commands
- Host: GitHub
- URL: https://github.com/spencermountain/git-slop
- Owner: spencermountain
- Created: 2018-05-30T22:58:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:34:55.000Z (9 months ago)
- Last Synced: 2025-03-18T11:11:34.267Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
reformatting of some common git commands:
`slop-status`

`slop-log`

`slop-issues`
`slop-people`
best way to use is to install this package globally, then alias to it:
`npm i -g git-slop`
then in ~/.bash_profile, add whatever aliases you'd like:
```sh
alias gs="slop-status"
alias glog="slop-log"
```
WIPmade with [nodegit](http://npmjs.com/package/nodegit), [chalk](http://npmjs.com/package/chalk), and [spacetime](http://npmjs.com/package/nodegit)
MIT