Include git-branch-backup, git-fix-author, git-name-stash, git-name-stash-apply, git-rebase-on, and git-rename-branch in a new bin/ directory. Update install.sh to symlink them into ~/bin and document them in the README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/zsh -f
|
|
|
|
git branch-backup
|
|
git checkout $1 && git pull && git checkout - && git rebase $1
|