mirror of
https://github.com/rancher/k3k.git
synced 2026-03-17 09:00:35 +00:00
Compare commits
2 Commits
main
...
copilot/ge
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
983847c733 | ||
|
|
9b354e3245 |
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