chore: sync content to repo (#10343)

Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-09-17 10:10:26 +02:00
committed by GitHub
co-authored by nilbuild
parent 8ced60d0ef
commit 0023d00454
4 changed files with 10 additions and 13 deletions
@@ -4,10 +4,8 @@ You must master the fundamental commands you'll use every day to manage your pro
Visit the following resources to learn more:
- [@article@Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git)
- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet)
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY)
- [@course@Creating a Repository? (Interactive Lesson)](https://inter-git.com/lessons/creating-repository)
- [@course@Adding Files to Index (Interactive Lesson)](https://inter-git.com/lessons/adding-files-to-index)
- [@course@Making a Commit (Interactive Lesson)](https://inter-git.com/lessons/making-a-commit)
- [@course@Git Introduction: init, add, commit, branches and remotes in a browser sandbox (Hands-on)](https://learn.webterm.app/en/courses/git-introduction)
- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet)
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY)
@@ -1,9 +1,9 @@
# Collaboration
Collaboration in Git and GitHub refers to the process of multiple people working together on the same project, managing changes, and integrating their contributions seamlessly. It involves using Git's branching and merging capabilities, along with GitHub's pull request workflow, to coordinate efforts, review code, and ultimately build a cohesive and functional project.
Collaboration in Git and GitHub refers to the process of multiple people working together on the same project, managing changes, and integrating their contributions seamlessly. It involves using Git's branching and merging capabilities, along with GitHub's pull request workflow, to coordinate efforts, review code, and ultimately build a cohesive and functional project.
Visit the following resources to learn more:
- [@article@The Ultimate Github Collaboration Guide](https://medium.com/@jonathanmines/the-ultimate-github-collaboration-guide-df816e98fb67)
- [@video@Git & GitHub Tutorial for Beginners](https://youtu.be/MnUd31TvBoU?si=noaQP5yMtmlHlHR0)
- [@video@How To Use Git to Collaborate with Others](https://youtu.be/ygqx50-JHEE?si=CTzH6bpHemYLD9jB)
- [@article@The Ultimate Github Collaboration Guide](https://medium.com/@jonathanmines/the-ultimate-github-collaboration-guide-df816e98fb67)
- [@video@How To Use Git to Collaborate with Others](https://youtu.be/ygqx50-JHEE?si=CTzH6bpHemYLD9jB)
@@ -5,7 +5,7 @@ Git is like a save button for your code, allowing you to track changes, revert t
Visit the following resources to learn more:
- [@roadmap@Visit the Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github)
- [@course@What is Version Control? (Interactive Lesson)](https://inter-git.com/lessons/introduction)
- [@official@Git](https://git-scm.com/)
- [@official@GitHub](https://github.com)
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY)
- [@course@What is Version Control? (Interactive Lesson)](https://inter-git.com/lessons/introduction)
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY)
@@ -4,8 +4,7 @@ Beyond the basics of tracking changes and collaborating, Git offers a range of p
Visit the following resources to learn more:
- [@video@How to Use Git Reset Soft, Mixed, and Hard](https://youtu.be/s1idhUiCk38?si=F60WS6ukxUUjM-ZI)
- [@video@Git MERGE vs REBASE](https://youtu.be/0chZFIZLR_0?si=Kua8FdA5to7zHHqG)
- [@article@Git stash](https://www.atlassian.com/git/tutorials/saving-changes/git-stash)
- [@article@Git Reset and Revert Tutorial for Beginners](https://www.datacamp.com/tutorial/git-reset-revert-tutorial)
- [@article@Merging vs. rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)
- [@article@Merging vs. rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)
- [@video@How to Use Git Reset Soft, Mixed, and Hard](https://youtu.be/s1idhUiCk38?si=F60WS6ukxUUjM-ZI)
- [@video@Git MERGE vs REBASE](https://youtu.be/0chZFIZLR_0?si=Kua8FdA5to7zHHqG)