Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

giggi

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giggi

Add workspace concept to git

  • 0.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

giggi

Add workspace concept to git

Description

Using giggi you can group git repositories in workspaces and run git commands on the latter.

How to use it

npm install -g giggi

You can run it with giggi or git gg:

> $ git gg
Usage: giggi [options] [command]

Options:
  -V, --version                                        output the version number
  -h, --help                                           output usage information

Commands:
  repo-list|rl [workspace]                             list all repos in a workspace
  repo-add|ra <directory> [workspace] [repoName]       add a repo to a workspace
  repo-remove|rr <repoName> [workspace]                remove a repo from a workspace
  repo-update|ru <repoName> <key> <value> [workspace]  update a property of a repo
  repo-status|rs <repoName> [workspace]                get status of a repo
  repo-fetch|rf <repoName> [workspace]                 run fetch on a repo
  workspace-list|wl                                    list workspaces
  workspace-set-default|wsd <workspace>                set default workspace
  workspace-remove|wr                                  remove the workspace
  workspace-status|ws [workspace]                      get status of all repos in the workspace
  worspace-from-dir|wfd <directory> [workspace]        create a workspace from the given directory, all repo in the directory are added to the workspace
  workspace-fetch|wf [workspace]                       run fetch on all repos in the workspace

Keywords

FAQs

Package last updated on 14 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc