diff --git a/home/.gitconfig b/home/.gitconfig index a4516df..2e44a01 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -21,6 +21,8 @@ unassume = update-index --no-assume-unchanged assumed = "!git ls-files -v | grep ^h | cut -c 3-" lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit + lgtm = merge --no-ff + squash = rebase --autosquash -i [url "git@github.com:Leonidas-from-XIV/"] insteadOf = github: [push]