git config reduxg
Jes Olson j3s@c3f.net
Mon, 14 Feb 2022 13:24:00 -0600
2 files changed,
5 insertions(+),
6 deletions(-)
M
.config/git/config
→
.config/git/config
@@ -7,6 +7,7 @@ p = pull --prune --rebase
ds = diff --staged d1 = diff HEAD~1 HEAD d2 = diff HEAD~2 HEAD + d3 = diff HEAD~3 HEAD co = checkout br = branch amend = commit --amend -m@@ -33,16 +34,12 @@ [changelog]
format = * %s [%an] [user] name = Jes Olson - email = jolson@digitalocean.com + email = j3s@c3f.net [pull] ff = only -[includeIf "gitdir:~/git/"] - path = ~/.config/git/config-work -[includeIf "gitdir:~/howdocs/"] +[includeIf "gitdir:~/do/"] path = ~/.config/git/config-work [pager] status = true -[url "git@github.internal.digitalocean.com:"] - insteadOf = https://github.internal.digitalocean.com/ [init] defaultBranch = main
M
.config/git/config-work
→
.config/git/config-work
@@ -3,3 +3,5 @@ name = Jes Olson
email = jolson@digitalocean.com [changelog] format = * %s [%an] +[url "git@github.internal.digitalocean.com:"] + insteadOf = https://github.internal.digitalocean.com/