26 lines
541 B
Markdown
26 lines
541 B
Markdown
|
+++
|
||
|
date = "2017-09-17"
|
||
|
tags = ["gitlab"]
|
||
|
title = "hub-command-for-gitlab"
|
||
|
slug = "gitlab"
|
||
|
+++
|
||
|
|
||
|
現在、GitHub用には[hub](https://github.com/github/hub)があるけれど、GitLabにはそういったものはないのかなと探したところ、幾つかあった。
|
||
|
|
||
|
|
||
|
https://github.com/narkoz/gitlab
|
||
|
|
||
|
```sh
|
||
|
$ gitlab ...
|
||
|
```
|
||
|
|
||
|
https://github.com/numa08/git-gitlab
|
||
|
|
||
|
これは、git commandのオプションとして追加するgolangツール。
|
||
|
|
||
|
```sh
|
||
|
$ git lab clone numa08/dejiko
|
||
|
> git clone git://{gitlab.url}/numa08/dejiko
|
||
|
```
|
||
|
|