Feel free to participate in the development by following these steps:
git clone https://github.com/twisterarmy/twister-core.git
- or
git pull
if 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-patch
with your patch name
- replace
git commit -m message
- register new changes- replace
message
with your value
- replace
git push --set-upstream origin my-patch
- replace
my-patch
with your patch name
- replace
- create new Pull request!
Generated at: 2025.05