A short description of what this package does.
Full documentation at saemeon.github.io/mypackage
pip install mypackageimport mypackage
# example usage-
Add the remote run
git remote add template https://github.com/saemeon/pytemplate.git -
Fetch the data run
git fetch template -
Create a local branch that tracks the template's main run
git checkout -b pytemplate-main template/main -
Switch back to your work branch and merge the template in run
git checkout mainrungit merge pytemplate-main --allow-unrelated-histories
MIT