Compare commits
No commits in common. "cb779f413415ab51b9dff98d208d8c9b31f1565d" and "203365a9fb428c218d45726e21d1f500d8de0978" have entirely different histories.
cb779f4134
...
203365a9fb
@ -1 +0,0 @@
|
||||
alias claude='claude --name "Claude: $(basename $PWD)"'
|
||||
@ -31,8 +31,6 @@ function git-config-joshs()
|
||||
# Do not automatically mark my branch as tracking the remote branch that I
|
||||
# happened to use as the starting point.
|
||||
git config --global branch.autoSetupMerge false
|
||||
# delete all branches that have been merged to HEAD
|
||||
git config --global alias.prunebranches '!git branch --merged | grep -v '^\*' | xargs git branch -d'
|
||||
}
|
||||
function git-config-local-personal()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user