diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/alfred.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/alfred.md b/docs/alfred.md index c2e6a7d..f86da83 100644 --- a/docs/alfred.md +++ b/docs/alfred.md @@ -118,6 +118,19 @@ Bots are discovered automatically from `~/.config/sopel/*.cfg`. Manages the mlmmj list at `list@gumx.cc`. Web archive at `mail.gumx.cc/list/archive/`. +### Git repos + +``` +!git list list all repos with last commit time and description +!git desc <repo> <text> set a repo's description (shown on git.gumx.cc) +!git hook <repo> <type> install a post-receive hook from the templates dir +!git remove <repo> remove a repo (prompts for confirmation) +``` + +Repos auto-create on first push via the git-shell-wrapper. Use `!git hook` after pushing to a new repo to install a deploy hook. Available types depend on what's in `/home/ahmed/scripts/git-hooks/`. + +`!git remove` requires `!git yes` to confirm or `!git no` to cancel. + ## Config keys | Key | Description | |
