Git logs aliases

This commit is contained in:
Martin Blazik
2022-02-09 18:34:16 +01:00
parent e356e74646
commit eb7a5fc515

View File

@@ -148,8 +148,11 @@ git_alias unstage "reset HEAD --"
git_alias undo "reset --soft HEAD^"
git_alias ls "log --oneline"
git_alias lsd 'log --pretty=format:"%ad %C(yellow)%h%C(reset) %s" --date=short'
git_alias lsda 'log --pretty=format:"%ad %C(yellow)%h %C(Cyan)[%an]%C(reset) %s" --date=short'
git_alias slog "log --stat"
git_alias lola "log --graph --decorate --pretty=oneline --abbrev-commit --all --date=local"
git_alias hs "log --pretty='%C(yellow)%h %C(cyan)%cd %Cblue%aN%C(auto)%d %Creset%s' --graph --date=relative --date-order"
git_alias sh stash
git_alias shs "stash save"