This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/git/config

83 lines
1.5 KiB
Plaintext
Raw Normal View History

[user]
name = Daniel Flanagan
2019-02-04 09:57:54 -06:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = $EDITOR
2022-10-20 20:53:16 -05:00
pager = delta
excludesfile = /home/daniel/.home/.gitignore
[http "https://gopkg.in"]
followRedirects = true
[diff]
2022-10-20 20:53:16 -05:00
colorMoved = default
[difftool]
prompt = false
[alias]
a = add
2020-11-17 17:18:00 -06:00
A = add -A
ac = commit -a
b = rev-parse --symbolic-full-name HEAD
c = commit
cm = commit -m
cnv = commit --no-verify
2019-08-10 21:40:35 -05:00
co = checkout
d = diff
ds = diff --staged
dt = difftool
f = fetch
l = log --graph --abbrev-commit --decorate --oneline --all
plainlog = log --pretty=format:'%h %ad%x09%an%x09%s' --date=short --decorate
ls = ls-files
2019-08-10 21:40:35 -05:00
mm = merge master
p = push
pf = push --force-with-lease
pl = pull
rim = rebase -i master
s = status
sur = submodule update --remote
2022-05-25 11:38:52 -05:00
[pull]
default = current
[merge]
conflictstyle = diff3
2020-01-08 10:59:45 -06:00
[gpg]
program = gpg2
2020-02-13 16:29:47 -06:00
2020-09-10 20:00:17 -05:00
[color]
ui = auto
2021-01-06 10:52:25 -06:00
2021-09-24 13:06:43 -05:00
[push]
default = current
autoSetupRemote = true
2022-02-07 15:20:19 -06:00
[sendemail]
smtpserver = smtp.mailgun.org
smtpuser = daniel@lyte.dev
smtrpencryption = tls
smtpserverport = 587
[include]
path = ~/.config/lytedev-env/host-layer-personal/gitconfig
path = ~/.config/lytedev-env/divvy/gitconfig
2022-05-10 23:19:42 -05:00
2022-05-25 11:38:52 -05:00
[branch]
autoSetupMerge = true
2022-05-10 23:19:42 -05:00
# [push]
# pushOption = merge_request.create
# pushOption = merge_request.remove_source_branch
# pushOption = merge_request.assign="daniel.flanagan"
2022-06-19 10:28:33 -05:00
2023-04-13 14:04:29 -05:00
[url "git@git.hq.bill.com:"]
insteadOf = https://git.hq.bill.com/