A small cli utility for cloning git repositories in an orderly manner.
get-repo
clones git repositories into $HOME/source/{host}/{owner}/{repository-name}
OS X & Linux & Windows:
pip install get-repo
get-repo https://github.com/florian42/get-repo.git
get-repo [email protected]:florian42/get-repo.git
Clones the git repository get-repo into ~/source/github.com/florian42/get-repo
- Install Python 3.x
- Install Poetry
poetry install
poetry run pre-commit install
poetry run pre-commit run --all-files
- 0.1.3
- Use gitpython instead of subprocess
- Dependency Updates
- 0.1.2
- Initial Release
Florian Aumeier – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/florian42/get-repo
- Fork it (https://github.com/florian42/get-repo/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request