mirror of
https://github.com/rancher/k3k.git
synced 2026-03-16 16:40:44 +00:00
Compare commits
8 Commits
release/v1
...
copilot/ge
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
983847c733 | ||
|
|
9b354e3245 | ||
|
|
fcb05793b1 | ||
|
|
83b4415f02 | ||
|
|
cd72bcbc15 | ||
|
|
9836f8376d | ||
|
|
dba054786e | ||
|
|
c94f7c7a30 |
18
.gitconfig
Normal file
18
.gitconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user