Create GitLab Repository easily. And make sharing your code faster!
-
Create a repository that name is current directory
$ lab create -
Commit you all codes in current directory and push them to created Directory
$ lab push -
Create repository and push them instantly
$ lab all
To install, use go get:
$ go get -d github.com/negibokken/lab- Fork (https://github.com/negibokken/lab/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...command and confirm that it passes - Run
gofmt -s - Create a new Pull Request