Giter Club home page Giter Club logo

pulla's Introduction

Pulla

PyPI Version PyPI Downloads PyPI License GitHub tag GitHub release

Build Status Travis-CI Coverage Status Build Status Snap-CI Requirements Status

GitHub issues Stories in Ready ![Stories in Progress](https://badge.waffle.io/shubhamchaudhary/pulla.png?label=in progress&title=In Progress)

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

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

wercker status

pulla's People

Contributors

ylogx avatar tanjot avatar waffle-iron avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.