view rc/gitconfig @ 635:5d3ce722285a

Use function keys for some functions
author nanaya <me@nanaya.pro>
date Mon, 13 Jan 2020 00:19:42 +0900
parents 9f49513d0d24
children c107e18388a2
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