diff --git a/gitconfig b/gitconfig index 0bcc518..c456a29 100644 --- a/gitconfig +++ b/gitconfig @@ -19,17 +19,10 @@ defaultBranch = "main" [alias] - a = add l = log --oneline --decorate - ll = log --graph --oneline --decorate --all s = status -sb - lg = log --stat - f = fetch + cm = commit -m sw = switch - cm = commit - p = pull - re = restore - r = rebase [interactive] diffFilter = delta