Commit Graph

6 Commits

Author SHA1 Message Date
7fc5426cc8
added dev type
make dev default, indacates a change for a project that is currently in dev
version bump
2025-08-23 21:44:01 +05:30
bd77cd3676
fix #2
[chore] removed onedev buildscpec
[fix] use subprocess instead of execvp

using execvp means that we have to add the messages before git-add
switching to subprocess allows us to check whether git-add was successfull
and if it was, then add the message.

ondev buildspec was removed as we have switched to gittea
2025-08-19 22:30:59 +05:30
e6a3e9f16e
update the add command 2025-08-09 23:04:02 +05:30
8f79123953
set aliases for adding and showing messages 2025-08-09 22:38:49 +05:30
e5c0187e31
add commit messages
[feat] add new messages and then get then store them as commit templates
2025-08-09 16:06:05 +05:30
4605e6a633
Hello World 2025-08-09 14:03:09 +05:30