craftbeerpi4-pione/cheat_sheet.txt

15 lines
190 B
Text
Raw Normal View History

2019-07-27 21:08:19 +02:00
#clean
python3.7 setup.py clean --all
#build
2021-01-22 23:25:20 +01:00
python3 setup.py sdist
2019-07-27 21:08:19 +02:00
#Upload
twine upload dist/*
2021-02-02 00:07:58 +01:00
# Checkout Pull Request
2021-02-02 21:22:59 +01:00
git fetch origin pull/ID/head:BRANCHNAMEgit checkout BRANCHNAME
2021-02-02 00:07:58 +01:00
2019-07-27 21:08:19 +02:00