Welcome to the OpenX Git/GitHub Workshop! 🚀
This repository is designed for hands-on practice with Git and GitHub workflows. During this workshop, you'll learn the fundamentals of version control and collaborative development.
- Learn basic Git commands (clone, add, commit, push)
- Understand GitHub workflow (fork, pull request, merge)
- Practice collaborative development
- Get comfortable with version control concepts
As part of this workshop, you'll create your own file in this repository. Follow these steps:
- Fork this repository to your GitHub account
- Clone your forked repository to your local machine
- Create a new file named
firstname_lastname.txt
(replace with your actual name) - Add some content to your file (see example below)
- Commit your changes with a meaningful message
- Push your changes to your forked repository
- Create a Pull Request to merge your changes back to this repository
Create a file named your_name.txt
with content like:
Name: Your Full Name
GitHub Username: @yourusername
Favorite Programming Language: Python
Fun Fact: Something interesting about you!
Workshop Date: [Date]
If you're new to Git and GitHub, check out our CONTRIBUTING.md file for detailed step-by-step instructions.
Feel free to ask questions during the workshop or create an issue in this repository if you need help!
Happy coding! 💻✨