small pixel drawing of a pufferfish dotfiles

Use cat for pager, use tabs
Jes Olson jolson@digitalocean.com
Wed, 19 Jan 2022 12:22:42 -0600
commit

e55e4820728f70f12e3120c6b2397411ef951e20

parent

636f41f36ab7b7eda85256d8a1fbea5e74713ba4

1 files changed, 33 insertions(+), 33 deletions(-)

jump to
M .config/git/config.config/git/config

@@ -1,48 +1,48 @@

[advice] - detachedhead = false + detachedhead = false [alias] - s = status - d = diff - p = pull --prune --rebase - ds = diff --staged - d1 = diff HEAD~1 HEAD - d2 = diff HEAD~2 HEAD - co = checkout - br = branch - amend = commit --amend -m - aa = add -A . - cm = commit -m - lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit - lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit - empty = commit --allow-empty -m 'Trigger Build' + s = status + d = diff + p = pull --prune --rebase + ds = diff --staged + d1 = diff HEAD~1 HEAD + d2 = diff HEAD~2 HEAD + co = checkout + br = branch + amend = commit --amend -m + aa = add -A . + cm = commit -m + lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit + empty = commit --allow-empty -m 'Trigger Build' [color] - ui = auto + ui = auto [core] - excludesfile = ~/.config/git/gitignore - editor = nvim - pager = less - quotepath = false - autocrlf = input + excludesfile = ~/.config/git/gitignore + editor = nvim + pager = cat + quotepath = false + autocrlf = input [apply] - whitespace = nowarn + whitespace = nowarn [difftool] - prompt = false + prompt = false [submodule] - fetchJobs = 4 + fetchJobs = 4 [changelog] - format = * %s [%an] + format = * %s [%an] [user] - name = Jes Olson - email = jolson@digitalocean.com + name = Jes Olson + email = jolson@digitalocean.com [pull] - ff = only + ff = only [includeIf "gitdir:~/git/"] - path = ~/.config/git/config-work + path = ~/.config/git/config-work [includeIf "gitdir:~/howdocs/"] - path = ~/.config/git/config-work + path = ~/.config/git/config-work [pager] - status = true + status = true [url "git@github.internal.digitalocean.com:"] - insteadOf = https://github.internal.digitalocean.com/ + insteadOf = https://github.internal.digitalocean.com/ [init] - defaultBranch = main + defaultBranch = main