Skip to content

Commit

Permalink
feat(pet): Add snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftgeist committed Jun 5, 2024
1 parent f799938 commit b6848f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/pet/snippet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
Output = ""
Tag = ["git", "cleanup", "prune"]
command = "git branch --merged | grep -E -v '(^\\*|master|dev|main)' | xargs git branch -d && git pull --prune"

[[Snippets]]
Description = "Start docker with clean build"
Output = ""
Tag = ["docker", "docker-compose"]
command = "docker compose up -d --force-recreate --build"

0 comments on commit b6848f2

Please sign in to comment.