Adds better pbcopy and pbpaste aliases. Reorganizes .gitconfig.

This commit is contained in:
2025-11-14 15:22:48 -08:00
parent 104be6aa28
commit cbfe498009
3 changed files with 45 additions and 10 deletions

View File

@@ -1,10 +1,4 @@
[user]
name = Tom Hicks
email = headunter3@gmail.com
[core]
excludesfile = /Users/tom/.gitignore_global
[alias]
amend = commit --amend --no-edit
br = branch
brr = branch -r
co = checkout
@@ -16,7 +10,10 @@
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}
[pull]
ff = only
[init]
defaultBranch = main
[pull]
ff = only
[user]
name = Tom Hicks
email = headhunter3@gmail.com