https://github.com/ylogx/pulla
Pulla lets you pull code into all folder containing git projects
https://github.com/ylogx/pulla
git pull-requests python
Last synced: 7 months ago
JSON representation
Pulla lets you pull code into all folder containing git projects
- Host: GitHub
- URL: https://github.com/ylogx/pulla
- Owner: ylogx
- License: gpl-3.0
- Created: 2015-02-26T20:02:19.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-11T08:47:29.000Z (over 1 year ago)
- Last Synced: 2025-03-26T12:46:55.116Z (8 months ago)
- Topics: git, pull-requests, python
- Language: Python
- Homepage: https://pypi.python.org/pypi/Pulla
- Size: 99.6 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Pulla
=========
[](https://gitter.im/shubhamchaudhary/pulla?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://pypi.python.org/pypi/pulla) [](https://pypi.python.org/pypi/pulla) [](https://pypi.python.org/pypi/pulla) [](https://github.com/shubhamchaudhary/pulla/releases) [](https://github.com/shubhamchaudhary/pulla/releases/latest)
[](https://travis-ci.org/shubhamchaudhary/pulla) [](https://coveralls.io/r/shubhamchaudhary/pulla) [](https://snap-ci.com/shubhamchaudhary/pulla/branch/develop) [](https://circleci.com/gh/shubhamchaudhary/pulla) [](https://requires.io/github/shubhamchaudhary/pulla/requirements/)
[](https://github.com/shubhamchaudhary/pulla/issues) [](https://waffle.io/shubhamchaudhary/pulla) [](https://waffle.io/shubhamchaudhary/pulla)
Are you tired of doing `git pull` into all your git folders to keep them updated.
With Pulla we present a solution to you:
Pulla lets you pull code into all subfolder containing git projects.
#### Usage
```sh
code $ ls
vdm wordpowermadeeasy
code $ pulla
wordpowermadeeasy: Success
vdm: Success
code $ pulla --verbose
Directory is: ~/code/
----------------------
vdm : git pull --verbose
----------------------
remote: Counting objects: 69, done.
remote: Compressing objects: 100% (58/58), done.
remote: Total 69 (delta 40), reused 0 (delta 0)
Unpacking objects: 100% (69/69), done.
From bitbucket.org:varunest/vdm
88fc178..371f66f master -> origin/master
Updating 88fc178..371f66f
Fast-forward
app/src/main/AndroidManifest.xml | 8 +-
app/src/main/java/com/example/videodownloadmanager/MainActivity.java | 38 ++--
app/src/main/java/com/example/videodownloadmanager/PlaceholderFragment.java | 15 +-
app/src/main/res/drawable/action_bar_icon.png | Bin
app/src/main/res/menu/main.xml | 14 +-
app/src/main/res/values/styles.xml | 5 +-
6 files changed, 87 insertions(+), 22 deletions(-)
create mode 100644 app/src/main/java/com/example/videodownloadmanager/Constants.java
mode change 100644 => 100755 app/src/main/res/drawable/action_bar_icon.png
----------------------
wordpowermadeeasy : git pull --verbose
----------------------
remote: Counting objects: 47, done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 47 (delta 12), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (47/47), done.
From github.com:shubhamchaudhary/wordpowermadeeasy
= [up to date] master -> origin/master
= [up to date] fullscreen -> origin/fullscreen
* [new branch] wordnik -> origin/wordnik
Already up-to-date.
----------------------
code $ pulla -h
```
#### Installation
Pulla is available from PyPi
```
# pip install pulla
```
#### Contributors
Checkout CONTRIBUTION.md file
[](https://app.wercker.com/project/bykey/d8901c704b2e7befa14998731113e38f)