alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Use cat for pager, use tabs
author
Jes Olson
date
4 years ago
(Jan 19, 2022, 12:22 PM -0600)
commit
e55e4820
e55e4820728f70f12e3120c6b2397411ef951e20
parent
636f41f3
636f41f36ab7b7eda85256d8a1fbea5e74713ba4
+33
-33
1 changed file
Expand all
Collapse all
Unified
Split
.config
git
config
+33
-33
.config/git/config
Reviewed
···
1
1
[advice]
2
2
-
detachedhead = false
2
2
+
detachedhead = false
3
3
[alias]
4
4
-
s = status
5
5
-
d = diff
6
6
-
p = pull --prune --rebase
7
7
-
ds = diff --staged
8
8
-
d1 = diff HEAD~1 HEAD
9
9
-
d2 = diff HEAD~2 HEAD
10
10
-
co = checkout
11
11
-
br = branch
12
12
-
amend = commit --amend -m
13
13
-
aa = add -A .
14
14
-
cm = commit -m
15
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
16
-
lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit
17
17
-
empty = commit --allow-empty -m 'Trigger Build'
4
4
+
s = status
5
5
+
d = diff
6
6
+
p = pull --prune --rebase
7
7
+
ds = diff --staged
8
8
+
d1 = diff HEAD~1 HEAD
9
9
+
d2 = diff HEAD~2 HEAD
10
10
+
co = checkout
11
11
+
br = branch
12
12
+
amend = commit --amend -m
13
13
+
aa = add -A .
14
14
+
cm = commit -m
15
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
16
+
lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit
17
17
+
empty = commit --allow-empty -m 'Trigger Build'
18
18
[color]
19
19
-
ui = auto
19
19
+
ui = auto
20
20
[core]
21
21
-
excludesfile = ~/.config/git/gitignore
22
22
-
editor = nvim
23
23
-
pager = less
24
24
-
quotepath = false
25
25
-
autocrlf = input
21
21
+
excludesfile = ~/.config/git/gitignore
22
22
+
editor = nvim
23
23
+
pager = cat
24
24
+
quotepath = false
25
25
+
autocrlf = input
26
26
[apply]
27
27
-
whitespace = nowarn
27
27
+
whitespace = nowarn
28
28
[difftool]
29
29
-
prompt = false
29
29
+
prompt = false
30
30
[submodule]
31
31
-
fetchJobs = 4
31
31
+
fetchJobs = 4
32
32
[changelog]
33
33
-
format = * %s [%an]
33
33
+
format = * %s [%an]
34
34
[user]
35
35
-
name = Jes Olson
36
36
-
email = jolson@digitalocean.com
35
35
+
name = Jes Olson
36
36
+
email = jolson@digitalocean.com
37
37
[pull]
38
38
-
ff = only
38
38
+
ff = only
39
39
[includeIf "gitdir:~/git/"]
40
40
-
path = ~/.config/git/config-work
40
40
+
path = ~/.config/git/config-work
41
41
[includeIf "gitdir:~/howdocs/"]
42
42
-
path = ~/.config/git/config-work
42
42
+
path = ~/.config/git/config-work
43
43
[pager]
44
44
-
status = true
44
44
+
status = true
45
45
[url "git@github.internal.digitalocean.com:"]
46
46
-
insteadOf = https://github.internal.digitalocean.com/
46
46
+
insteadOf = https://github.internal.digitalocean.com/
47
47
[init]
48
48
-
defaultBranch = main
48
48
+
defaultBranch = main