This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "alias remaster='branch=$(git rev-parse --abbrev-ref HEAD); git checkout master && git fetch --all && git pull --rebase && git checkout $branch && git rebase master --interactive'">> ~/.bashrc |