aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-16 14:03:35 +0000
committerdiogo464 <[email protected]>2025-12-16 14:03:35 +0000
commitb36f15f0f617a04079995111d78aa3b98c57bcca (patch)
tree330318332d5d4554c717ded79b3cb37e1eddd4cd
parent28c4116565bfe71ef7328f4a34458501ef3dc5b0 (diff)
added Justfile
-rw-r--r--Justfile11
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 @@
1push:
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