mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Add gitconfig
This commit is contained in:
parent
d75a9d4f96
commit
0593951572
20
home/.gitconfig
Normal file
20
home/.gitconfig
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This is Git's per-user configuration file.
|
||||
[user]
|
||||
name = ItsDrike
|
||||
email = itsdrikeofficial@gmail.com
|
||||
signingkey = F4E8FF4F6AC7F3B4
|
||||
[credential]
|
||||
helper = store
|
||||
[alias]
|
||||
l = log --oneline --decorate --all --graph
|
||||
lol = log --pretty=oneline --abbrev-commit --graph
|
||||
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
|
||||
[merge]
|
||||
tool = meld
|
||||
[mergetool]
|
||||
keepbackup = false
|
||||
keeptemporaries = false
|
||||
[diff]
|
||||
tool = meld
|
||||
[commit]
|
||||
gpgsign = true
|
Loading…
Reference in a new issue