Skip to content

Commit

Permalink
Add 'just' command git add [#4]
Browse files Browse the repository at this point in the history
- closes #4
  • Loading branch information
hdigital committed Sep 26, 2024
1 parent 7ba09d4 commit 0b6bd15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ codespace-init: venv
. .venv/bin/activate && cd app && python manage.py collectstatic --no-input --verbosity 0
. .venv/bin/activate && cd app && python manage.py migrate --verbosity 0

# prepare Git commit
git-add: lint test
mkdocs build --clean --strict
git add .

# prune Git and remove stale branches
git-prune:
git remote prune origin
Expand Down

0 comments on commit 0b6bd15

Please sign in to comment.