notes/util/vcs/git/config/git-config.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

36 строки
562 B
Plaintext

Config
git config --global
core.editor vim -w
subl -w
mate -w
color.ui true
git-lfs:
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
???
[color]
diff = auto
[core]
editor = vim
autocrlf = input
excludesfile = ~/.gitignore-global
excludesfile = ~/.gitignore_global
[push]
default = tracking
[branch]
autosetuprebase = always
username, email:
http://alvinalexander.com/git/git-show-change-username-email-address
ignoring:
https://help.github.com/articles/ignoring-files/