view rc/gitconfig @ 641:84a1e86d1afc

[vimrc] Prevent pointer to stick at the bottom of screen
author nanaya <me@nanaya.pro>
date Mon, 08 Jun 2020 15:06:56 +0900
parents b3f8b7a779bd
children e852829c3f76
line wrap: on
line source

[user]
	email = me@nanaya.pro
	name = nanaya
[alias]
	ci = commit
	co = checkout
	st = status
[push]
	default = current
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global
[diff]
	algorithm = patience
[log]
	date = iso-local