summaryrefslogtreecommitdiffstats
path: root/buildit-docs
blob: c580641f55e5e0768374a954c1f03e4c94976fb4 (plain)
1
2
3
4
5
6
7
8
9
10
cd ~/Repos/yocto-docs
git fetch origin
# daisy dora dylan dizzy fido jethro krogoth morty pyro rocko
for i in master sumo thud warrior zeus dunfell; do
    git checkout $i
    git rebase origin/$i
done
git checkout master