Artifact 6c22d771672a59b5ae959887c2052c5404552cb4c62ebfe581e73ce153fcda27:
- File
gitconfig
— part of check-in
[8f7a075094]
at
2018-07-08 19:50:48
on branch trunk
— gitconfig: Rename serve alias to server
It seems git serve is now a command. (user: js size: 599)
[user] name = Jonathan Schleifer email = js@heap.zone signingkey = C6C58EC2EF89091E0E13CD58D83A76BFE376345E [color] ui = auto interactive = auto [alias] ci = commit -S co = checkout d = diff ds = diff --staged server = daemon --reuseaddr --verbose --base-path=. --export-all ./.git slog = log --show-signature sshow = show --show-signature st = status -s [format] signature = Jonathan [core] editor = vim [push] default = matching [gpg] program = gpg2 [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/ [fetch] fsckObjects = true