Browse Source

Added user global git config files.

master
Daniel Sissom 4 years ago
parent
commit
fcf5690aec
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
2 changed files with 16 additions and 0 deletions
  1. + 15
    - 0
      git/gitconfig
  2. + 1
    - 0
      git/gitignore_global

+ 15
- 0
git/gitconfig

@ -0,0 +1,15 @@
[user]
email = daniel@arclet.org
name = Daniel Sissom
signingkey = C6336D759D54FDA3C891EB624F6B3BB9D34719B7
[push]
default = simple
[alias]
lo = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lg = log --graph --pretty=format:'%C(auto,yellow)%H%C(reset) %C(auto)%d%C(reset)%n%C(auto,green)%cd (%cr)%C(reset) %C(auto,blue)%an <%ae>%C(reset) %C(auto,green)%G?%C(reset)%n%n %s%+b%n'
[core]
excludesfile = /home/djsissom/.gitignore_global
[merge]
ff = false
[pull]
ff = only

+ 1
- 0
git/gitignore_global

@ -0,0 +1 @@
.*.swp

Loading…
Cancel
Save