wowkster / git-mkdir-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-mkdir-clone

A simple CLI tool for automatically creating the parent directory when cloning a git repository.

Installation

Clone the repository and run the following command:

$ cargo install --path .

Usage

$ git-mkdir-clone https://github.com/wowkster/git-mkdir-clone.git

This will create the wowkster directory if it does not already exist, and then clone the git-mkdir-clone repository inside that folder.

Alias

You might find it more convenient to alias the tool to a shorter name in your shell configuration file. Personally I use the following alias:

alias gmc="git-mkdir-clone"

About

License:MIT License


Languages

Language:Rust 100.0%