1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-26 02:40:12 +03:00

git config

This commit is contained in:
Arti Zirk 2018-11-12 16:21:47 +02:00
parent ed1f77e6a1
commit cb0240cd7d

7
.gitconfig Normal file
View File

@ -0,0 +1,7 @@
[user]
name = Arti Zirk
email = arti.zirk@gmail.com
[merge]
ff = true
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches