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

git-u

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-u

Quick git command line

  • 1.1.0
  • Source
  • npm
  • Socket score

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

git-u

Short github command line by auto-building github url.

Installation

This command will be required the node.js or io.js environment. So, please install one of them into your computer before installing this command.

$ npm install -g git-u

How to use

$ git-u [command] owner repository

where:

  1. command is the git's command. Default is clone
  2. owner is the repository's owner name
  3. repository is the repository's name

git-u builds the github's clone url by using your owner and repository option.

Examples

  1. git-u dominhhai git-u runs the git clone https://github.com/dominhhai/git-u.git command.
  2. git-u clone dominhhai git-u gitu runs the git clone https://github.com/dominhhai/git-u.git gitu command.
  3. git-u remote add origin dominhhai git-u runs the git remote add origin https://github.com/dominhhai/git-u.git command.

Keywords

FAQs

Package last updated on 06 Jun 2015

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