From f5476e4fc106e36551b5f7c3030efd8b785ee66c Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 14 Jun 2025 22:35:25 +0900 Subject: [PATCH] chore: remove unused alias from git --- files/git/.gitconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 2df45d2..3bfac79 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -6,21 +6,15 @@ [alias] a = add aa = add . - b = branch bl = blame c = commit -v ca = commit -v --amend - cm = commit -v -m co = checkout cp = cherry-pick - d = diff nuke = clean -df lg = log --oneline --decorate --graph - lgp = lg -p pl = pull --rebase ps = push - r = rebase - rh = reset HEAD sh = show st = status -s wt = worktree