Skip to content

Instantly share code, notes, and snippets.

@ekzhang
Created October 31, 2025 15:55
Show Gist options
  • Save ekzhang/ed9e4b36cee96f9431deaeeb342a31f7 to your computer and use it in GitHub Desktop.
Save ekzhang/ed9e4b36cee96f9431deaeeb342a31f7 to your computer and use it in GitHub Desktop.
New ~/.gitconfig file for 2025
[user]
name = Eric Zhang
email = [email protected]
[credential]
helper = store
[alias]
sw = switch
lg = log --color --graph --pretty=format:'%Cgreen%h%Creset%C(yellow)%d%Creset %s %C(dim)(%cr)%Creset %C(bold blue)%an%Creset' --abbrev-commit --all
lg-specific = log --color --graph --pretty=format:'%Cgreen%h%Creset%C(yellow)%d%Creset %s %C(dim)(%cr)%Creset %C(bold blue)%an%Creset' --abbrev-commit
pa = fetch --prune
del = branch -D
[fetch]
prune = true
[pull]
rebase = true
[rebase]
autoStash = true
[init]
defaultBranch = main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment