dotfiles/.gitconfig

17 lines
431 B
INI
Raw Normal View History

2022-06-01 05:30:19 +00:00
[user]
name = BRAVO68WEB
email = jbandyopadhayaya@gmail.com
[gpg]
program = gpg2
[init]
defaultBranch = main
2022-07-03 07:41:37 +00:00
[alias]
s = status
co = checkout
ac = !git add -A && git commit -m
undo = reset HEAD~1 --mixed
res = !git reset --hard
done = !git push origin HEAD
lg = !git log --pretty=format:\"%C(magenta)%h%Creset -%C(red)%d%Creset %s %C(dim green)(%cr) [%an]\" --abbrev-commit -30A
del = branch -D