Hack-o-protoquest is a platform that allows students to turn their ideas into reality while also supporting society with their useful solutions through the development of real-time projects.
More information at HACK-O-PROTOQUEST
To submit your prototype & PPT through your repo on GitHub, you'll need Git and Latest Version of any web browser installed on your computer. Follow all the steps carefully to get your submission COUNT!
# Fork this repo using FORK button on top-right
# Go to the forked repo
# Click on the CODE button and Copy the https link
# Open Git Bash
1. Change directory to the desired location
2. clone the repo using command:
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
# Create a branch with the name of your TEAM
# Add all files and then commit.
# Push the changes to your remote repo.
# Compare and create a Pull Request.
Your repository will look like this: {your-username}/Hack-o-Protoquest
Now, on your repo page, click the CODE button and copy the https link.
Change the current working directory to the location where you want the cloned directory.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
$ git clone https://github.com/YOUR-USERNAME/Hack-o-Protoquest.git
Cloning into 'Hack-o-Protoquest'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (3/3), done.
`$ cd Hack-o-Protoquest`
Then, check the status using git status
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
There is nothing to commit now as there are no changes done by you.
Create a new brach with team name (say, Team: Power_Codhers) using command $ git checkout -b {branch-name}
$ git checkout -b Power_Codhers
Switched to a new branch 'Power_Codhers'
Add the prototype file and PPT into the folder cloned.
Check the status of your repo after adding all the required files.
$ git add .
$ git commit -m "Added prototype and Presentation"
After adding all the files, COMMIT with a message. Then, PUSH the branch to remote repository using git push -u origin {branch-name}
$ git push -u origin Power_Codhers
Click on Compare and Pull Request button to create a PR Add comments specifying your TEAM-NAME and files you added.
There you go! Your PROTOTYPE and PPT, both files are successfully Submitted! Let's meet in the event NOW! P.S.: Any queries? Ask in the WhatsApp group itself. !(Pull Request DONE)[https://github.com/MBtions/New/blob/master/PR%20opened.png?raw=true]