A simple website that act as the team's public portal, accessedable at eng-1.bensonc.how
git clone https://github.com/B-B-ENG1/website.git
cd website
rm CNAMECreate a new repository named <your-github-username>.github.io on GitHub.
git remote add origin <your new repo url>
git add .
git commit -m "Remove team8 custom domain"
git push -u origin mainIf you already have a clone:
git pull
# Replace the PDF/ JAR files in the repository with your updated versions
git commit -m "Update files"
git push origin mainIf you're cloning for the first time:
git clone https://github.com/B-B-ENG1/website.git
cd website
# Replace the PDF/ JAR files in the repository with your updated versions
git commit -m "Update files"
git push origin mainSet the remote URL:
git remote add origin https://github.com/B-B-ENG1/website.git - Go to the relevent folder
- Click “Add file” → “Upload files”
- Drag and drop the new files (use the same filenames to replace existing ones)
- Commit directly to the main branch