This repository is archive of hacks created during HackIIITV 2018.
- GitHub account
- Install git for your repsective OS.
- Make sure you are part of IIITV organisation on GitHub, else join here
- You can make atmax one commit per hour.
- Don't close your PR.
- No commits after Hackathon ends will be entertained.
- It is recommended to make one commit/hour to keep your hack backed up.
- Make sure your whole project is inside the folder of your team.
- If you have time left, make sure you make a README.md 😉(it will help others to understand your code)
One member from each team have to follow this instructions: Follow the instructions in order:
-
Fork this repository.
-
Clone your fork, using
git clone https://github.com/<your-username>/hackiiitv18-submissions.git
-
Change Directory to
hackiiitv18-submissions
, usingcd hackiiitv18-submissions
-
Set remote to original repository using
git remote add ups https://github.com/iiitv/hackiiitv18-submissions.git
-
Create a branch named
team#x
, where x is your team number, usinggit checkout -b team#x
-
Add a folder with name
team#x - {Chosen_Theme}
in root directory. Make sure your whole hack is in folderteam#x - {Chosen_Theme}
. -
Now add this folder to your staging area, using
git add "team#x - {Chosen_Theme}"
-
Now commit the changes using,
git commit -m "Add team#x"
-
Push the changes using,
git push
-
Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.
For making changes to PR, just keep on repeating Step 6-9.
- Keep your content as original as possible.
- It is allowed to use available softwares/packages as a module, but they can't be your project.
Happy Hacking! 🖖