Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/ushell-module-git
Unix like shell module for git.
https://github.com/afeiship/ushell-module-git
gcd git git-flow npm private shell unix ushell
Last synced: 20 days ago
JSON representation
Unix like shell module for git.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-git
- Owner: afeiship
- Created: 2016-09-23T04:39:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:34:37.000Z (10 months ago)
- Last Synced: 2024-04-23T17:53:25.102Z (7 months ago)
- Topics: gcd, git, git-flow, npm, private, shell, unix, ushell
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ushell-module-git
> Unix like shell module for git.## installation
```shell
npm i -S @jswork/ushell-module-git
```## dependencies
```shell
# guc
npm i -g @jswork/git-url-cli# t2k
npm i -g @jswork/topics2keywords# git-sweep
npm i -g @jswork/git-sweep
```## encoding utf-8
+ http://www.worldhello.net/gotgit/08-git-misc/020-git-charset.html## install private package:
> Git仓库当私有npm
> 这个方法得益于,npm提供的的丰富安装方法。通过下面方法安装:```bash
npm i -S git+ssh://[email protected]:npm/hello.git
npm install -S git+ssh://[email protected]:npm/npm.git#v1.0.27
npm install -S git+ssh://[email protected]:npm/npm#semver:^5.0
npm install -S git+https://[email protected]/npm/npm.git
npm install -S git://github.com/npm/npm.git#v1.0.27
```