Mercurial > ec-dotfiles
view rc/gitconfig @ 698:8c2ba562b15a
[bashrc] group directories first if using gnu ls
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 26 Oct 2022 18:08:51 +0900 |
parents | 5b98946be635 |
children | afc3a3ec34e5 |
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 [pull] ff = only [init] defaultBranch = main