Overview
Comment: | Update gitconfig |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cb30f1801357400c8a2009fc0aa139bc |
User & Date: | js 2016-05-07 13:34:22 |
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
Changes to gitconfig.
1 2 | [user] name = Jonathan Schleifer | | > | 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 |
︙ | ︙ |