gt

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 11 Imported by: 0

README

gt

Simple git repo clone tool with workspace support

Install

go install github.com/hnlq715/gt@latest

Create .gtconfig.yaml in $HOME dir

Specify gitconfig for each host, which means you can use different email for different git host.

gitconfig:
  - host: github.com
    email: [email protected]
  - host: gitlab.com
    email: [email protected]

Usage

NAME:
   gt - Simple git repo clone tool with workspace support

USAGE:
   gt [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --workspace value  workspace path (default: "/home/pilot/workspace")
   --help, -h         show help

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL