Skip to content

Instantly share code, notes, and snippets.

@fitsum
Last active April 26, 2024 05:11
Show Gist options
  • Save fitsum/9b0571ce48f981430aae to your computer and use it in GitHub Desktop.
Save fitsum/9b0571ce48f981430aae to your computer and use it in GitHub Desktop.
🙏🔧 so far just the one
# more to come
#!/bin/bash
#!/bin/bash
function reba(){
#first arg is rebase branch
count=1
for branch in "$@"
do
git rebase ${#branch} $1
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
echo "git rebasing branch '$branch' to branch '$1'"
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment