Simplifies install and import scripts.

This commit is contained in:
2026-09-03 16:00:03 -07:00
parent 9f27d8a2c4
commit 56aca8a094
8 changed files with 213 additions and 72 deletions

View File

@@ -7,10 +7,13 @@
st = status
cm = commit -m
aa = add --all .
show-origin-url = remote get-url origin
cam = !git add --all . && git commit --amend --no-edit
rbs = !git checkout main && git pull && git checkout - && git rebase main
cop = "!f() { git checkout ${1-main}; git pull; }; f"
lazy = commit -C HEAD@{1}
cp = cherry-pick
anne = commit --amend --no-edit
[init]
defaultBranch = main
[pull]
@@ -22,3 +25,8 @@
lowSpeedLimit = 1000
lowSpeedTime = 60
postBuffer = 524288000
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true