about summary refs log blame commit diff stats
path: root/html/Readme
blob: fa19c7ef12fb545d382dca5aa52728a7aaf0973a (plain) (tree)
1
                       
Rendered Mu sources. Go to https://akkartik.github.io/mu to browse them.
ssage. MASTER_BRANCH='master' CUSTOM_BRANCH='hut' ORIGINAL_BRANCH=`git branch 2>/dev/null|grep -e ^* | tr -d \*\ ` git checkout -m $MASTER_BRANCH while read -r hash tag rest; do if [ $tag != 'custom:' ]; then git cherry-pick $hash || exit 1 fi done < <(git log --oneline --no-color $MASTER_BRANCH..$CUSTOM_BRANCH | tac) git checkout -m $CUSTOM_BRANCH git rebase $MASTER_BRANCH git checkout -m $ORIGINAL_BRANCH