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

https://github.com/xudafeng/pullgit

An easy `git pull` & `git fetch -p`.
https://github.com/xudafeng/pullgit

git

Last synced: 2 months ago
JSON representation

An easy `git pull` & `git fetch -p`.

Awesome Lists containing this project

README

          

# pullgit

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/pullgit.svg
[npm-url]: https://npmjs.org/package/pullgit
[travis-image]: https://img.shields.io/travis/xudafeng/pullgit.svg
[travis-url]: https://travis-ci.org/xudafeng/pullgit
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/pullgit.svg
[coveralls-url]: https://coveralls.io/r/xudafeng/pullgit?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/pullgit.svg
[download-url]: https://npmjs.org/package/pullgit

> An easy `git pull` and `git fetch -p`.

## Installment

```bash
$ npm i pullgit -g
```

## License

The MIT License (MIT)