view rc/gitconfig @ 711:0418663a0407

Fix htop function keys in screen/tmux
author nanaya <me@nanaya.net>
date Tue, 17 Oct 2023 17:00:14 +0900
parents afc3a3ec34e5
children
line wrap: on
line source

[user]
	email = me@nanaya.net
	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
[pull]
	ff = only
[init]
	defaultBranch = main