Last active
August 9, 2022 22:40
-
-
Save Apreche/889248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Scott Rubin | |
email = [email protected] | |
signingkey = 3AED85D3D52E7843 | |
[core] | |
attributesfile = ~/.gitattributes | |
pager = less -r | |
[init] | |
defaultBranch = main | |
[color] | |
ui = true | |
[rerere] | |
enabled = true | |
autoupdate = true | |
[alias] | |
lga = log --graph --decorate --oneline --all | |
lb = !git reflog show --pretty=format:'%gs ~ %gd' --date=relative | grep 'checkout:' | grep -oE '[^ ]+ ~ .*' | awk -F~ '!seen[$1]++' | head -n 10 | awk -F' ~ HEAD@{' '{printf(\" \\033[33m%s: \\033[39m %s\\033[0m\\n\", substr($2, 1, length($2)-1), $1)}' | |
co = checkout | |
checkuot = checkout | |
tags = !git tag | sort -g | |
[commit] | |
gpgsign = true | |
[push] | |
gpgsign = if-asked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment