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`.
- Host: GitHub
- URL: https://github.com/xudafeng/pullgit
- Owner: xudafeng
- Created: 2018-02-03T11:34:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T14:13:00.000Z (about 4 years ago)
- Last Synced: 2025-10-23T01:21:07.547Z (8 months ago)
- Topics: git
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)