Switch to using vars

This commit is contained in:
Daniel Lynn 2021-07-12 20:06:01 -05:00
parent 2e66b7811b
commit 7029cb79ad

View File

@ -17,8 +17,9 @@
last = log -1 HEAD last = log -1 HEAD
cl = "!git branch --merged | egrep -v '(*|master|main|dev|develop)' | xargs -r git branch -d" cl = "!git branch --merged | egrep -v '(*|master|main|dev|develop)' | xargs -r git branch -d"
[user] [user]
email = daniel.eric.lynn@gmail.com email = __[email]__
name = Daniel Lynn name = __[name]__
signingKey = __[signing_key]__
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = https://github.com insteadOf = https://github.com
[core] [core]