GIT-branchdescriptions

git-branchdescriptions的Python项目详细描述


这是一个查看和设置git分支描述的小工具。

用法

调用时不使用–set git branchdescriptions将显示当前本地 具有以下描述的分支。-a、-v和-r参数控制 显示了哪些参考文献。

假设git branchdescription在您的路径上,git将获取它,它将 可作为git branchdescription访问。

提示:git config–global alias.bd branchdescriptions

如果未提供分支,则git branchdescriptions假定为当前分支。 使用–set设置分支的描述。

示例:git branchdescriptions–设置此分支地址问题foo。

$ git-branchdescriptions –help Use –set to set the branch’s description. Example: git branchdescriptions –set This branch addresses issue foo.

Options:
-v, --verbosity
Show sha1 and commit subject lines
-r, --remotesList remote branches
-a, --allList both local and remote branches
-s, --setUse to set the branch’s description
-b BRANCH, --branch=BRANCH
Which branch to operate on. Optional, assumes current branch
--no-colorSkip color formatting (for dumb terminals)
--versionshow program’s version number and exit
-h, --helpshow this help message and exit

谢谢

感谢本·斯波丁表达了这种共同的需要。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Grails2.1.0/Java7在Windows8.1上从何处获取当前用户名?   JavaSpringJMSActiveMQ   java异常处理,捕获导致while循环停止   sql server 2008将日期时间解析为JAVA日期   java是第一个servlet,但无法打开它   如何在Java中使用XML bean创建典型的XML头?   java将iOs应用程序转换为Android   java将jsp页面内容读取到其他jsp页面中的html   客户端计算机中小型数据库应用程序的java实现   java同步和ServletContextListener   安卓 Java将所有转义字符替换为双转义   当我在布局单元中实现ScrollView时,java GridView的setOnItemLongClickListener不起作用(使用适配器)   禁用Java web服务端点Wsdl   java如何编写一个程序来反转用户输入的数字