Combines node scripts and adds other scripts from vogon.

This commit is contained in:
2026-09-07 17:20:13 -07:00
parent 5d0ba0ae17
commit 279e5f8aa3
13 changed files with 247 additions and 96 deletions

View File

@@ -1,3 +1,5 @@
[core]
excludesfile = $HOME/.gitignore_global
[alias]
br = branch
brr = branch -r
@@ -6,24 +8,20 @@
st = status
cm = commit -m
aa = add --all .
show-origin-url = remote get-url origin
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
cane = commit --amend --no-edit
[init]
defaultBranch = main
[pull]
ff = only
[user]
name = Tom Hicks
email = headhunter3@gmail.com
[http]
lowSpeedLimit = 1000
lowSpeedTime = 60
postBuffer = 524288000
[color "status"]
added = brightgreen
untracked = brightred
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f