aboutsummaryrefslogtreecommitdiff
path: root/Justfile
blob: 84234159ac00bd8b2e99293accb476c27b9b8d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
push:
    #!/usr/bin/env bash
    set -e
    git switch main
    git push origin
    git push github
    git switch embassy-git
    git merge main
    git push origin
    git push github
    git switch main