Skip to content
/ gt Public

Simple git repo clone tool with workspace support

License

Notifications You must be signed in to change notification settings

sysulq/gt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: hnlq.sysu@gmail.com
  - host: gitlab.com
    email: xyz@gitlab.com

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

About

Simple git repo clone tool with workspace support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages