summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-22 01:33:53 -0700
committerFuwn <[email protected]>2025-09-22 01:33:53 -0700
commitb5fce1d30476c677f26003b7492ac6c2aab26df8 (patch)
tree8daa69fca35d4d4ffbbb5977a5c05fa04f182c73
parentfeat: Development commit (diff)
downloadsora-testing-b5fce1d30476c677f26003b7492ac6c2aab26df8.tar.xz
sora-testing-b5fce1d30476c677f26003b7492ac6c2aab26df8.zip
feat: Development commit
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index f400b0a..7dc195a 100644
--- a/justfile
+++ b/justfile
@@ -50,3 +50,6 @@ ios flags="":
macos:
just build
just run
+
+commit:
+ git add . && git commit -am "feat: Development commit"