浏览代码

git: clarify what the glp alias does (#8850)

Stanisław 4 年之前
父节点
当前提交
ff0d490915
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/git/README.md

+ 1 - 1
plugins/git/README.md

@@ -101,7 +101,7 @@ plugins=(... git)
 | glola                | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all                     |
 | glog                 | git log --oneline --decorate --graph                                                                                             |
 | gloga                | git log --oneline --decorate --graph --all                                                                                       |
-| glp                  | `_git_log_prettily`                                                                                                              |
+| glp                  | git log --pretty=\<format\>                                                                                                       |
 | gm                   | git merge                                                                                                                        |
 | gmom                 | git merge origin/master                                                                                                          |
 | gmt                  | git mergetool --no-prompt                                                                                                        |