I have already configured the remote repository for you.
Run this single command in your terminal to send your code to GitHub:
git push -u origin main(You may be asked to sign in to GitHub in a browser window)
- Remote URL:
https://github.com/DhanushGCode/AI-Powered-Security-Monitoring-Threat-Detection-Platform.git - Branch:
main
If the repository doesn't exist yet on GitHub, you need to:
- Go to https://github.com/new
- Name it:
AI-Powered-Security-Monitoring-Threat-Detection-Platform - Click Create repository
- Then run the
git pushcommand above.