The editor now has a button to commit changes to a Jujutsu repository, which is automatically created if it's not present. A git remote is automatically set up using the URL template in settings.py. I use this with Forgejo's create-on-push feature to automatically create repositories on my Forgejo instance.
8 lines
108 B
Text
8 lines
108 B
Text
__pycache__
|
|
db.sqlite3
|
|
gunicorn.conf.py
|
|
public/
|
|
secret_key.txt
|
|
think_data/
|
|
Makefile
|
|
thinkserver/settings.py
|