diff options
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..8423415 --- /dev/null +++ b/Justfile | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | push: | ||
| 2 | #!/usr/bin/env bash | ||
| 3 | set -e | ||
| 4 | git switch main | ||
| 5 | git push origin | ||
| 6 | git push github | ||
| 7 | git switch embassy-git | ||
| 8 | git merge main | ||
| 9 | git push origin | ||
| 10 | git push github | ||
| 11 | git switch main | ||
