diff options
author | Stanisław <rev1e@protonmail.com> | 2020-05-22 20:07:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 20:07:23 +0200 |
commit | ff0d4909152ad30a07f475d60a59a697e18961dd (patch) | |
tree | acaa7935767fb5b7dc0a7febc98bca2d0be56999 | |
parent | 4ac36d57f1c141c59344e1bf6fafcdb7f8707b0a (diff) | |
download | zsh-ff0d4909152ad30a07f475d60a59a697e18961dd.tar.gz zsh-ff0d4909152ad30a07f475d60a59a697e18961dd.tar.bz2 zsh-ff0d4909152ad30a07f475d60a59a697e18961dd.zip |
git: clarify what the glp alias does (#8850)
-rw-r--r-- | plugins/git/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/README.md b/plugins/git/README.md index 650a4505b..dde60fe13 100644 --- a/plugins/git/README.md +++ b/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 | |