configs  Check-in [cb30f18013]

Overview
Comment:Update gitconfig
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cb30f1801357400c8a2009fc0aa139bce75e2e2698bce820d344aaa84dde37b6
User & Date: js on 2016-05-07 13:34:22
Other Links: manifest | tags
Context
2016-09-28
19:26
zshrc: Switch to vi mode with some emacs bindings check-in: e63f67d956 user: js tags: trunk
2016-05-07
13:34
Update gitconfig check-in: cb30f18013 user: js tags: trunk
13:28
Add gpg.conf check-in: bb599bd46a user: js tags: trunk
Changes

Modified gitconfig from [27cd980840] to [a585fc50ec].

1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18
19
20
[user]
	name = Jonathan Schleifer
	email = js@webkeks.org

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged

	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan



|










>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
	name = Jonathan Schleifer
	email = js@heap.zone

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged
	serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan