We'd love to be able to continue developing your ideas alongside you after the hack finishes :)
In order for us to do this please upload your work to this repo - only If you aren't currently using GitHub using credentials that Microsoft Provided for those who already have their work in GitHub using Microsoft Credentials we will be able to retrieve your repos from there.
-
Clone the Repository:
git clone https://github.com/brummiesteven/HMT-Hack-Backups.git
-
Create a New Folder with Your Team Name:
mkdir <team-name-folder> cd <team-name-folder>
-
Add Your Data to the Folder:
- Add any necessary files or data to the created folder.
-
Stage Your Changes:
git add <team-name-folder>
-
Commit Your Changes with a Descriptive Message:
git commit -m "Add initial data for <team-name>"
-
Push Your Changes to the Remote Repository:
git push origin <branch-name>