my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use cat for pager, use tabs

+33 -33
+33 -33
.config/git/config
··· 1 1 [advice] 2 - detachedhead = false 2 + detachedhead = false 3 3 [alias] 4 - s = status 5 - d = diff 6 - p = pull --prune --rebase 7 - ds = diff --staged 8 - d1 = diff HEAD~1 HEAD 9 - d2 = diff HEAD~2 HEAD 10 - co = checkout 11 - br = branch 12 - amend = commit --amend -m 13 - aa = add -A . 14 - cm = commit -m 15 - lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 - lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit 17 - empty = commit --allow-empty -m 'Trigger Build' 4 + s = status 5 + d = diff 6 + p = pull --prune --rebase 7 + ds = diff --staged 8 + d1 = diff HEAD~1 HEAD 9 + d2 = diff HEAD~2 HEAD 10 + co = checkout 11 + br = branch 12 + amend = commit --amend -m 13 + aa = add -A . 14 + cm = commit -m 15 + lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 + lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit 17 + empty = commit --allow-empty -m 'Trigger Build' 18 18 [color] 19 - ui = auto 19 + ui = auto 20 20 [core] 21 - excludesfile = ~/.config/git/gitignore 22 - editor = nvim 23 - pager = less 24 - quotepath = false 25 - autocrlf = input 21 + excludesfile = ~/.config/git/gitignore 22 + editor = nvim 23 + pager = cat 24 + quotepath = false 25 + autocrlf = input 26 26 [apply] 27 - whitespace = nowarn 27 + whitespace = nowarn 28 28 [difftool] 29 - prompt = false 29 + prompt = false 30 30 [submodule] 31 - fetchJobs = 4 31 + fetchJobs = 4 32 32 [changelog] 33 - format = * %s [%an] 33 + format = * %s [%an] 34 34 [user] 35 - name = Jes Olson 36 - email = jolson@digitalocean.com 35 + name = Jes Olson 36 + email = jolson@digitalocean.com 37 37 [pull] 38 - ff = only 38 + ff = only 39 39 [includeIf "gitdir:~/git/"] 40 - path = ~/.config/git/config-work 40 + path = ~/.config/git/config-work 41 41 [includeIf "gitdir:~/howdocs/"] 42 - path = ~/.config/git/config-work 42 + path = ~/.config/git/config-work 43 43 [pager] 44 - status = true 44 + status = true 45 45 [url "git@github.internal.digitalocean.com:"] 46 - insteadOf = https://github.internal.digitalocean.com/ 46 + insteadOf = https://github.internal.digitalocean.com/ 47 47 [init] 48 - defaultBranch = main 48 + defaultBranch = main