Commit Graph

9 Commits

Author SHA1 Message Date
InValidFire 602c2423cc Add /branch command (#1)
This PR adds a /branch command with the following spec:

`/branch switch <name>` - switch to the specified branch, only if it exists.
`/branch get` - get the name of the current branch.

With the addition of these two commands, it will greatly speed up the development and testing process.

Other Changes:
- Removed git_dev status
- /book now displays the uploaded image on all prompts
- added a private option to /book to keep confirmation emails from being shared if desired
- now runs `git fetch` before gathering git info when running /info

Reviewed-on: #1
2022-08-20 16:07:54 +00:00
Riley Housden a367a73a65
fix git_get_remote 2022-08-19 23:33:30 -04:00
Riley Housden fc86622c1f
add a debug message 2022-08-19 23:15:30 -04:00
Riley Housden a8169108b8
Add systemd service and update capability 2022-08-19 22:35:30 -04:00
Riley Housden a5b5189e52
add LibCal functionality 2022-08-19 22:22:48 -04:00
Riley Housden bae52e7d7e
simplify dev environment checks 2022-08-19 22:21:34 -04:00
Riley Housden 9049b5e637
remove hard-coded git-url & minor restructuring 2022-08-19 02:45:51 -04:00
Riley Housden d6519d5133
add dev-env detection 2022-08-19 02:29:57 -04:00
Riley Housden cfc1a0b08c
initial commit 2022-08-19 02:17:34 -04:00