926 B
926 B
I mastered the 5 Basic Steps of the GitHub workflow:
- Repository: I created a "home" for my project files.
- Branching: I made a "copy" of my project to work on safely (so I don't break the main version).
- Committing: I saved my progress with a clear note about what I changed.
- Pull Request (PR): I asked for my changes to be checked and added to the main project.
- Merging: I combined my new work into the final project.
Checklist of Tasks Completed
- [1] Created a new repository called
hello-world. - [2] Created a new branch called
readme-edits. - [3] Edited the README file and saved (committed) the changes.
- [4] Opened a Pull Request to share my work.
- [5] Merged the Pull Request into the main branch.
Tools Used
- GitHub: To host my project online.
- Git: To track the history of my work.
- Markdown: To write this simple and clean README file.