Welcome to Le Wagon's 'Collaborate with Git' Workshop!
This workshop will cover the basics of git but then go a bit further to explore what it is like to work on a team and manage a project with collaboration.
The All About Git repo was created just for this workshop and will continue as an open-source project for collaborators to use as practice, but also in the hopes of building a Git wiki that can be published and accessed by anyone. So please, contribute, contribute, contribute, but with the foresight of building a well-maintained and reliable Git wiki.
What does this project entail?
- Overview of Git basics
- Advanced commands on the basics
- Learning to collaborate effectively
Contributor TODO
- Open issues
- Improve/Edit/Add content
- Create PRs
- Review PRs
- Add your name to the Contributors list!
This project is hosted on GitHub Pages at: https://rmklaus12.github.io/all-about-git/
Make your changes in your editor of choice, and push to GitHub as instructed. The instructors will approve your PRs, merge with master, and changes are automatically deployed to GitHub Pages. You can refresh that site at any time to see changes.
Issues
- Flags
- Opening an issue
- Assigning an issue
Commits
- Making a clean commit!
- Commit messages
Pull Requests
- Opening a PR
- Making requested changes
Resources