craftbeerpi4-pione/cheat_sheet.txt
Manuel Fritsch b3af77fdb8 actor added
2021-02-02 00:07:58 +01:00

15 lines
191 B
Text

#clean
python3.7 setup.py clean --all
#build
python3 setup.py sdist
#Upload
twine upload dist/*
# Checkout Pull Request
git fetch origin pull/ID/head:BRANCHNAME
git checkout BRANCHNAME