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
- Host: GitHub
- URL: https://github.com/todesking/git-lab
- Owner: todesking
- License: mit
- Created: 2014-03-26T05:52:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T06:37:02.000Z (about 12 years ago)
- Last Synced: 2025-03-02T09:45:12.650Z (over 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```