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
git config reduxg
author
Jes Olson
date
4 years ago
(Feb 14, 2022, 1:24 PM -0600)
commit
9f2ef758
9f2ef7581a567195305fdf012f910a93a648d87f
parent
648e0efe
648e0efedcf44a4c93c86ce3489595fcbbba10df
+5
-6
2 changed files
Expand all
Collapse all
Unified
Split
.config
git
config
config-work
+3
-6
.config/git/config
Reviewed
···
7
7
ds = diff --staged
8
8
d1 = diff HEAD~1 HEAD
9
9
d2 = diff HEAD~2 HEAD
10
10
+
d3 = diff HEAD~3 HEAD
10
11
co = checkout
11
12
br = branch
12
13
amend = commit --amend -m
···
33
34
format = * %s [%an]
34
35
[user]
35
36
name = Jes Olson
36
36
-
email = jolson@digitalocean.com
37
37
+
email = j3s@c3f.net
37
38
[pull]
38
39
ff = only
39
39
-
[includeIf "gitdir:~/git/"]
40
40
-
path = ~/.config/git/config-work
41
41
-
[includeIf "gitdir:~/howdocs/"]
40
40
+
[includeIf "gitdir:~/do/"]
42
41
path = ~/.config/git/config-work
43
42
[pager]
44
43
status = true
45
45
-
[url "git@github.internal.digitalocean.com:"]
46
46
-
insteadOf = https://github.internal.digitalocean.com/
47
44
[init]
48
45
defaultBranch = main
+2
.config/git/config-work
Reviewed
···
3
3
email = jolson@digitalocean.com
4
4
[changelog]
5
5
format = * %s [%an]
6
6
+
[url "git@github.internal.digitalocean.com:"]
7
7
+
insteadOf = https://github.internal.digitalocean.com/