博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Git学习笔记(八)配置命令别名
阅读量:6086 次
发布时间:2019-06-20

本文共 360 字,大约阅读时间需要 1 分钟。

git config --global alias.别名 命令

例如:git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

--global 使命令在当前用户有效,如果没有--global那么只在当前repository有效

配置文件在 .git/config文件中 运行 cat .git/config 后,[alias]后面的内容就是别名。

转载于:https://www.cnblogs.com/lihongli/p/6298043.html

你可能感兴趣的文章
判断窗口是否挂起
查看>>
(轉貼) LCD入門常識
查看>>
LPC2103开发板WDT看门狗测试试验
查看>>
101与金根回顾敏捷个人:(11)执行力
查看>>
Orchard:把之前写的Map Content Part专为一个Widget来使用
查看>>
25组精品图标分享,适合2011风格网站制作使用
查看>>
精至手机药典iPhone版
查看>>
MFC CSplitterWnd的用法
查看>>
玩转Android TabWidget(切换卡)
查看>>
asp.net中使用一般处理程序生成验证码
查看>>
ASP.NET MVC 3.0小知识积累
查看>>
Windows Phone Dev Notes-如何使用ConnectionSettingsTask 来启动连接设置页面
查看>>
Cocos2d-x执行时错误:Cocos2d: Get data from file(xxx.xxx) failed!
查看>>
内容提供者 ContentResolver 数据库 示例 -1
查看>>
17秋 软件工程 第六次作业 Beta冲刺 Scrum2
查看>>
web.xml中的contextConfigLocation在spring中的作用
查看>>
ElasticSearch + Canal 开发千万级的实时搜索系统
查看>>
SharePoint Server 2019新特性
查看>>
PHP 开源软件《个人管理系统》——技术规范
查看>>
SQL Server DBA必须要做的五件事
查看>>