Created
May 14, 2024 20:16
-
-
Save alsgu3rra/52c2b652f96a045e755b70794e0f9cf5 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 = | |
username = | |
email = | |
signingkey = | |
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
[init] | |
defaultBranch = main | |
[apply] | |
whitespace = fix | |
[pull] | |
rebase = false | |
[commit] | |
gpgsign = true | |
[tag] | |
forceSignAnnotated = true | |
[help] | |
autocorrect = 1 | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red | |
new = green | |
[color "status"] | |
added = yellow | |
changed = green | |
untracked = cyan | |
[merge] | |
ff = only | |
log = true | |
[fetch] | |
prune = true | |
[diff] | |
colorMoved = zebra | |
renames = copies | |
[push] | |
default = simple | |
[alias] | |
cm = commit -m --no-edit | |
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30 | |
st = status -sb | |
ps = push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment