{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "GitGitLab: Gitlab Git Plugin\r\n============================\r\n\r\nGitGitLab allows you to create Gitlab projects and set them as remote source for your git checkouts.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n.. code::\r\n\r\n\tsudo pip install gitgitlab\r\n\r\n\r\nUsage\r\n-----\r\n\r\n.. code::\r\n\r\n\t$ git init\r\n\t$ git touch 'readme.txt'\r\n\t$ git add readme.txt\r\n\t$ git commit -am 'initial commit'\r\n\t$ git lab create my_project -t\r\n\t Project my_project created on Gitlab\r\n\t$ git remotes\r\n\t gitlab\r\n\r\n\r\nCommand overview\r\n----------------\r\n\r\n**git lab list**\r\n\tList your Gitlab projects\r\n**git lab create **\r\n\tCreate a project on Gitlab\r\n**git lab track **\r\n\tSet this project as remote for your local repository.\r\n**git lab open **\r\n\tOpen a Gitlab project page. If is omitted, uses the project on the 'gitlab' remote of the repository on the current directory.\r\n\r\nListing your projects\r\n----------------------\r\n\r\n**git lab list** lists all the projects that you own and their repository url.\r\n\r\nCreating a new project\r\n----------------------\r\n\r\n**git lab create ** creates a new private project on Gitlab.\r\n\r\n**git lab create --track** creates a new private project and sets it up as remote.\r\n\r\nSetting up an existing project to track the local repository\r\n------------------------------------------------------------\r\n\r\n**git lab track ** Adds a gitlab project as remote.\r\n\r\nObtaining help\r\n--------------\r\n\r\n**git lab help**\r\n\tOverview.\r\n**git lab --help**\r\n\tHelp for a specific command.\r\n\r\nMore information\r\n----------------\r\n\r\nSee also the `project documentation `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "xGitGitlab", "package_url": "https://pypi.org/project/xGitGitlab/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xGitGitlab/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/xGitGitlab/1.0/", "requires_dist": null, "requires_python": null, "summary": "gitlab for git", "version": "1.0" }, "last_serial": 983160, "releases": { "1.0": [] }, "urls": [] }