Update .gitconfig

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2024-02-06 00:32:58 +05:30 committed by GitHub
parent 636040c827
commit 3da16d7833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 2 deletions

View File

@ -1,14 +1,15 @@
[user]
name = Jyotirmoy Bandyopadhyaya [Bravo68]
email = jbandyopadhayaya@gmail.com
signingkey = 1362E76AACB9E70C
signingkey = D003E1D00F8A594589A7A674F5671FD7BCB9917A
[gpg]
program = /usr/bin/gpg
program = gpg2
[init]
defaultBranch = main
[alias]
s = status
co = checkout
c = commit -m
ac = !git add -A && git commit -m
ao = remote add origin
undo = reset HEAD~1 --mixed
@ -25,3 +26,23 @@
required = true
[commit]
gpgsign = true
[safe]
directory = /opt/flutter
[http]
cookiefile = /home/bravo68web/.gitcookies
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan