mirror of
https://github.com/rancher/k3k.git
synced 2026-04-02 00:36:58 +00:00
19 lines
244 B
INI
19 lines
244 B
INI
[core]
|
|
autocrlf = input
|
|
whitespace = trailing-space,space-before-tab
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[push]
|
|
default = current
|
|
|
|
[rebase]
|
|
autoStash = true
|
|
|
|
[alias]
|
|
st = status
|
|
co = checkout
|
|
br = branch
|
|
lg = log --oneline --graph --decorate --all
|