fix ln local bin

This commit is contained in:
2026-04-03 21:23:49 +09:00
parent 42225e6793
commit 2ab3ea5482
3 changed files with 80 additions and 3 deletions

View File

@@ -1 +0,0 @@
/Users/syui/dotfiles/.local/bin/git-orphan

7
.local/bin/git-orphan Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
git checkout --orphan temp
git add -A
git commit -m "init"
git branch -D main
git branch -m temp main
# git push -f origin main