Skip to main content

Small cli utility for cloning git repos in an orderly manner

Project description

get-repo

A small cli utility for cloning git repositories in an orderly manner.

get-repo clones git repositories into $HOME/source/{host}/{owner}/{repository-name}

Installation

OS X & Linux & Windows:

pip install get-repo

Usage example

get-repo https://github.com/florian42/get-repo.git
get-repo git@github.com:florian42/get-repo.git

Clones the git repository get-repo into ~/source/github.com/florian42/get-repo

Development setup

  • Install Python 3.x
  • Install Poetry
poetry install
poetry run pre-commit install
poetry run pre-commit run --all-files

Release History

  • 0.1.3
    • Use gitpython instead of subprocess
    • Dependency Updates
  • 0.1.2
    • Initial Release

Meta

Florian Aumeier – hey@flo.fish

Distributed under the MIT license. See LICENSE for more information.

https://github.com/florian42/get-repo

Contributing

  1. Fork it (https://github.com/florian42/get-repo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

get-repo-0.1.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

get_repo-0.1.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page