Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
/ gitup Public archive

Recursively update git repositories

Notifications You must be signed in to change notification settings

xajkep/gitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GIT UPDATE

Simple Python script that is recursively updating git repositories for a given path.

Usage

  ___  ____  ____    __  __  ____  ____    __   ____  ____ 
 / __)(_  _)(_  _)  (  )(  )(  _ \(  _ \  /__\ (_  _)( ___)
( (_-. _)(_   )(     )(__)(  )___/ )(_) )/(__)\  )(   )__) 
 \___/(____) (__)   (______)(__)  (____/(__)(__)(__) (____)

                                      version 0.4 - @xajkep

usage: gitup.py [-h] [--not-recursive] [-y] <path>

Recursively update git repositories

positional arguments:
  <path>           path to git repositories

optional arguments:
  -h, --help       show this help message and exit
  --not-recursive  Disable recursivity
  -y               Skip update confirmation

About

Recursively update git repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages