Skip to content

Instantly share code, notes, and snippets.

@mrjabba
Created August 11, 2011 00:35
Show Gist options
  • Save mrjabba/1138655 to your computer and use it in GitHub Desktop.
Save mrjabba/1138655 to your computer and use it in GitHub Desktop.
rebase all bash
function r-all {
cd /branch/foo
pwd -P
echo "Rebasing branch..."
./rebase.sh;
notify-send "Done rebasing branch..."
cd /trunk/foo
echo "Rebasing trunk..."
pwd -P
./rebase.sh;
notify-send "Done rebasing branch and trunk..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment