diff --git a/roadmaps/git-github-beginner/content/basic-git-usage@PtU5Qwfzn3N1i3oRlCGoR.md b/roadmaps/git-github-beginner/content/basic-git-usage@PtU5Qwfzn3N1i3oRlCGoR.md index babc67d56..6f02ddcc0 100644 --- a/roadmaps/git-github-beginner/content/basic-git-usage@PtU5Qwfzn3N1i3oRlCGoR.md +++ b/roadmaps/git-github-beginner/content/basic-git-usage@PtU5Qwfzn3N1i3oRlCGoR.md @@ -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) \ No newline at end of file diff --git a/roadmaps/git-github-beginner/content/collaboration@bXfCUG3h1TIFPgD4WUDph.md b/roadmaps/git-github-beginner/content/collaboration@bXfCUG3h1TIFPgD4WUDph.md index 786a198e0..98a44a320 100644 --- a/roadmaps/git-github-beginner/content/collaboration@bXfCUG3h1TIFPgD4WUDph.md +++ b/roadmaps/git-github-beginner/content/collaboration@bXfCUG3h1TIFPgD4WUDph.md @@ -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) \ No newline at end of file +- [@video@How To Use Git to Collaborate with Others](https://youtu.be/ygqx50-JHEE?si=CTzH6bpHemYLD9jB) \ No newline at end of file diff --git a/roadmaps/git-github-beginner/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md b/roadmaps/git-github-beginner/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md index 4a31a6dad..eff1c8c4c 100644 --- a/roadmaps/git-github-beginner/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md +++ b/roadmaps/git-github-beginner/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md @@ -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) \ No newline at end of file +- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=vA5TTz6BXhY) \ No newline at end of file diff --git a/roadmaps/git-github-beginner/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md b/roadmaps/git-github-beginner/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md index 649786337..a925aa0ca 100644 --- a/roadmaps/git-github-beginner/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md +++ b/roadmaps/git-github-beginner/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md @@ -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) \ No newline at end of file +- [@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) \ No newline at end of file