зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
36 строки
562 B
Plaintext
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/
|