[core] excludesfile = ~/.gitignore_global [user] name = David Gasquez email = davidgasquez@gmail.com [color] ui = true [column] ui = auto [alias] a = add --all b = branch c = checkout d = diff e = edit f = fetch g = log --graph --decorate --oneline --all h = help cm = commit -m st = status prune = fetch --prune undo = reset --soft HEAD^ glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' [push] default = simple autoSetupRemote = true followTags = true [pull] rebase = true [rebase] autoStash = true [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true [init] defaultBranch = main [credential "https://github.com"] helper = !/usr/bin/gh auth git-credential [credential "https://gist.github.com"] helper = !/usr/bin/gh auth git-credential [fetch] prune = true pruneTags = true all = true [credential] helper = store [help] autocorrect = prompt