Skip to content

J03JB/gitpull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repos

Command line tool written in Rust as a learning project.
A program to manage and pull from a list of git repositories.

Usage

repos -a .              # Adds current directory to list.

repos -a /path/to/repo  # Adds repo to list.

repos -r "some_repo"    # Removes repo from the list.

repos -p "some_repo"    # Pull the specified repo in list.

repos --pull-all        # Pulls from all repos in list.
repos -x                # Pulls from all repos in list.

repos -l                # List repos stored in list.

Todo:

  • Add colour to output (green for success, red for error)

About

Cli tool to update/pull from a list of repos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages