configs  Check-in [5158833207]

Overview
Comment:gitconfig: Sign commits using GPG
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5158833207e9abbce6d8aa9b521c2f7f5bf7187983e57e80399eba17dab9ffad
User & Date: js on 2015-02-15 19:22:49
Other Links: manifest | tags
Context
2015-02-15
19:23
tmux.conf: Change panes using C-[hjkl] check-in: e6fe352570 user: js tags: trunk
19:22
gitconfig: Sign commits using GPG check-in: 5158833207 user: js tags: trunk
2014-09-06
19:03
Add create_symlinks.sh check-in: 1c8be1c680 user: js tags: trunk
Changes

Modified gitconfig from [e3950db256] to [20b2025e97].

17
18
19
20
21
22
23






	signature = Jonathan

[core]
	editor = vim

[push]
	default = matching













>
>
>
>
>
>
17
18
19
20
21
22
23
24
25
26
27
28
29
	signature = Jonathan

[core]
	editor = vim

[push]
	default = matching

[commit]
	gpgsign = true

[gpg]
	program = gpg2