From 49300923f7424cb8a65ff3847a33e4fe6ed5e652 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Fri, 30 Jan 2026 18:14:27 +0200 Subject: [PATCH] update --- config/shared/git | 2 -- config/shared/zsh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/shared/git b/config/shared/git index 4fdaa21..8b31831 100644 --- a/config/shared/git +++ b/config/shared/git @@ -17,8 +17,6 @@ amend = commit --amend --no-edit rename = branch -m st = status - lg = log --oneline --graph --decorate --all - lga = log --oneline --graph --decorate --all --author=you unstage = reset HEAD last = log -1 HEAD tags = tag -l diff --git a/config/shared/zsh b/config/shared/zsh index 81c7235..a772d18 100644 --- a/config/shared/zsh +++ b/config/shared/zsh @@ -54,3 +54,4 @@ alias gcm='git commit -m' alias gp='git push' alias gst='git status' alias gd='git diff --patience --color-moved=dimmed-zebra --word-diff=plain --function-context --ignore-space-change -U3' +alias gl='git log --oneline --graph --decorate --all'