1
0
hugo/content/blog/2017-09-17-gitlab.md

26 lines
541 B
Markdown
Raw Normal View History

2024-04-23 13:21:26 +00:00
+++
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
```