configs  Check-in [bbdb9e2e7d]

Overview
Comment:Add gitconfig
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bbdb9e2e7dead01e07fcf1a33e73a51f5a39c236733e3e045a2f5e99b359d400
User & Date: js on 2014-03-18 23:33:59
Other Links: manifest | tags
Context
2014-03-19
00:17
Add vim config check-in: 54a56ecbaf user: js tags: trunk
2014-03-18
23:33
Add gitconfig check-in: bbdb9e2e7d user: js tags: trunk
2013-08-01
00:54
tmux.conf: Fix typo and add workaround. check-in: 6e8ca399bf user: js tags: trunk
Changes

Added gitconfig version [e3950db256].















































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

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit
	co = checkout
	d = diff
	ds = diff --staged
	st = status -s

[format]
	signature = Jonathan

[core]
	editor = vim

[push]
	default = matching