Welcome to the official ITNC (Informatics & Technology Club) repository.
This is where we store, manage, and collaborate on our extracurricular projects.
ITNC is our school's extracurricular club focused on programming, electronics, robotics, and technology.
We use this repository to organize source code, documentation, and project assets.
projects/→ Contains individual project folders (e.g., robotics, web apps, IoT).docs/→ Documentation, guides, and tutorials.resources/→ Shared assets, libraries, and references.
git config --global user.name "Your Name"
git config --global user.email "[email protected]"di desktop bikin folder namanya "ITNC <bebas>"di pathnya kalian ketik cmdsetelah cmd kebuka ketik code .
git clone https://github.com/ITNCNitra/ITNC.git
cd itncgit checkout -b project-name
mkdir projects/project-nameWork on your code inside the new projects/project-name/ folder.
Commit changes regularly to your project branch.
git add .
git commit -m "Add project-name initial files"
git push -u origin project-nameWhen the project is stable, open a Pull Request to merge it into main.
- Always create a new branch for your project or feature (
git checkout -b project-nameorfeature-name). - Keep all work inside its folder under
projects/. - Write clear, descriptive commit messages.
- Push your branch and open a Pull Request when ready to merge into
main.
This repository is for ITNC extracurricular projects. Licensing terms may vary per project.
Check individual project folders for more details.