diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 77dee47..457a71d 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -11,14 +11,9 @@ [guitool "Rebase"] cmd = rebase [alias] - ci = commit - co = checkout - ff = merge --ff-only graph = log --graph --oneline --all l1 = log --pretty=oneline last = log -1 HEAD --pretty=fuller lastmail = format-patch --stdout -1 HEAD - unstage = reset HEAD -- - up = pull --rebase [include] path = .gitconfig.local