Pulla helps you pull content from all repos in any folder
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Pulla-0.3.0.tar.gz
(21.2 kB
view details)
File details
Details for the file Pulla-0.3.0.tar.gz
.
File metadata
- Download URL: Pulla-0.3.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e54a890243b9ddc3f975131c296e4551052f5897653694df39af6ef47c5ddd7 |
|
MD5 | 43f78d0378e36f4e112bfdc8cf0f7de3 |
|
BLAKE2b-256 | 6079b5b5bd3ef1046ffba2c7df2d2d0397f5dfdb9b22cb7c828b6376795a0ac6 |