drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Add remote to current project #58

Open chevdor opened 7 years ago

chevdor commented 7 years ago

if the command is ran from a git folder & if the current git project has no origin then add remote origin to the current git project when running gitlab project add xyz

jvanbaarsen commented 7 years ago

This project is no longer maintained. Please see: https://github.com/NARKOZ/gitlab/ for it's successor.

chevdor commented 7 years ago

@jvanbaarsen thanks for the heads up. I will check the project you mentioned. I sent a PR in this project to edit the README file according so that future users can smoothing slide to the new project: https://github.com/drewblessing/gitlab-cli/pull/59