The Machine Learning Turret Project
Semantic Commit Messages https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
If you want to contribute to the code, follow these steps. https://youtu.be/Z9X4VhX2tpU
This is how to clone the GitHub repo with all of the code for the project.
git clone https://github.com/Guelph-Cyber-Security-Society/ml-turret.git
cd ml-turret
To push the changes that you made, you must first create a new branch.
REPLACE {your_name}
and {feature_name}
WITH THE SOMETHING DIFFERENT
If it asks for git push --set-upstream origin "{your_name}/{feature_name}"
use that instead of git push
git checkout -b "{your_name}/{feature_name}"
git add .
git commit -m "Message"
git push
To finalize pushing the changes, you must create a pull request
1. Head over to https://github.com/Guelph-Cyber-Security-Society/ml-turret on your web browser
2. Click on the branch that you made
3. Click create pull request