Feel free to participate in the development by following these steps:
git clone https://github.com/twisterarmy/twister-core.git- or
git pullif you already have an existing local repository
- or
git checkout twisterarmy- make sure you are using the upstream branchgit checkout -b my-patch- create a new branch from the upstream- replace
my-patchwith your patch name
- replace
git commit -m message- register new changes- replace
messagewith your value
- replace
git push --set-upstream origin my-patch- replace
my-patchwith your patch name
- replace
- create new Pull request!
Generated at: 2025.05