mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 07:06:38 +07:00
1.0 KiB
1.0 KiB
The Open Source Workflow
Fork a Project
Clones to local machine
Contributes and commits changes to local fork
We dont have the ability to push our changes to the master project
Submit the changes to original project
Push to dev repo
Sending a Pull Request
maintainer checks and discusses maybe even automated tests.
maintainer can pull changes from fork
Resources
- What is Version Control?
- Types of Version Control System
- Git Tutorial for Beginners
- Git for Professionals Tutorial
- Git and GitHub for Beginners - Crash Course
- Complete Git and GitHub Tutorial
- Git cheatsheet
See you on Day 42