Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.47 KB

git-mit-install.md

File metadata and controls

69 lines (48 loc) · 1.47 KB

git-mit-install

Generic usage

export HOME="/example/home/dir"
export USERPROFILE="F:\\some\\userprofile"
git-mit-install --help
Install git-mit into a repository

Usage: git-mit-install [OPTIONS]

Options:
  -s, --scope <SCOPE>
          [default: local]

          Possible values:
          - global: The home directory
          - local:  The local folder

      --completion <COMPLETION>
          [possible values: bash, elvish, fish, powershell, zsh]

      --home-dir <HOME_DIR>
          [env: HOME=/example/home/dir]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

On windows the home directory is different

Install git-mit into a repository

Usage: git-mit-install [OPTIONS]

Options:
  -s, --scope <SCOPE>
          [default: local]

          Possible values:
          - global: The home directory
          - local:  The local folder

      --completion <COMPLETION>
          [possible values: bash, elvish, fish, powershell, zsh]

      --home-dir <HOME_DIR>
          [env: USERPROFILE=F:\some\userprofile]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

You can generate completion with

git-mit-install --completion bash