(Git & GitHub Workshop webpage)
This repository hosts the content and materials for a workshop focused on Git and GitHub. 🎓
The primary objective is to provide participants with a comprehensive understanding of version control using Git and collaborative development using GitHub. This project itself serves as a practical example of using these tools. 💻
This workshop page and materials aim to cover the following:
- 📅 Workshop Schedule: Information on when and where the workshop will be held (if applicable).
- 📝 Learning Objectives: Clear goals for what participants will learn.
- 📚 Workshop Content: Access to presentations, notes, and exercises.
- Introduction to Version Control
- Basic Git Commands (init, add, commit, status, log, branch, checkout, merge)
- Working with Remote Repositories on GitHub (clone, push, pull, fetch)
- Collaboration Workflows (forking, pull requests)
- 🔗 Useful Resources: Links to further reading, cheat sheets, and tools.
- ❓ Q&A Section/FAQ: (Planned or can be built collaboratively) To address common questions.
The project utilizes fundamental web technologies for the workshop page (if applicable, otherwise this section can be adapted or removed):
- HTML5: Provides the structural foundation for any web-based materials.
- CSS3: Manages the visual presentation and styling.
- Markdown: Used for creating documentation like this README.
The implementation relies solely on standard HTML, CSS, and Markdown.
To access or contribute to this workshop's materials locally:
- Obtain the Code: Clone the repository using Git:
git clone <your-repository-url>📁 - Navigate to Directory: Change into the project directory:
cd <repository-name> - Explore Content: Open the files (e.g.,
index.htmlif it's a webpage, or browse through Markdown files and presentation slides). 🌐
This workshop page and its materials are being developed by:
- Ishrit Rai
Sincere gratitude is extended to:
- Anyone who contributes to or participates in the workshop!