An open API service indexing awesome lists of open source software.

https://github.com/todesking/git-lab

git-lab command for GitLab
https://github.com/todesking/git-lab

Last synced: 10 months ago
JSON representation

git-lab command for GitLab

Awesome Lists containing this project

README

          

# git-lab: GitLab integration to Git

## USAGE

### SETUP
```
git config gitlab..rooturl
```

for example,

```
git config gitlab.gitlab.myserver.rooturl http://gitlab.myserver/gitlab/
```

### COMMANDS

```
git lab # Show usage
git lab open # Open project page
git lab open-commit # Blame and open commit page
git lab open-file # open the file page at HEAD
```