为组织使用git!
项目描述
GitOrg
轻松组织您的git仓库。GitOrg旨在成为您的git仓库管理工具。
安装
pip install gitorg
概念
GitOrg在本地创建一个仓库,这些仓库由转换为实际git仓库的表达式组成。
所有表达式都由一个协议组成,该协议帮助gitorg理解如何检索仓库列表,以及一个用于生成这些仓库的模式。
一些有效的表达式包括
web:https://github.com/mariocj89/gitorg.git:将克隆本地gitorg仓库
github:mariocj89:属于mariocj89用户的所有仓库。
local:/home/mariocj89/ws/cpyhon:来自本地路径的Cpython仓库
本地和github协议都接受glob表达式。允许使用类似:github:orgname/*python*的图案来表示在orgname中名称包含python的所有仓库。
用法
usage: gitorg [-h] {init,add,status} ... CLI tool to interact with list of repositories optional arguments: -h, --help show this help message and exit Commands: Commands used in various situations: {init,add,status} init Initializes a folder to work with gitorg add Adds a list to the current gitorg workspace status Show the workspace status
克隆用户mariocj89和组织python中所有仓库的示例方式
gitorg init gitorg add github:mariocj89 gitorg add github:python
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源分发
本版本没有提供源分发文件。请参阅生成分发归档教程。
构建的分发版本
gitorg-0.8.0-py3-none-any.whl (8.1 kB 查看哈希值)