Skip to content

Commit 63f99ad

Browse files
add resources to git-github-beginner roadmap more git node (#9876)
1 parent 8094fd3 commit 63f99ad

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# More Git
22

3-
Beyond the basics of tracking changes and collaborating, Git offers a range of powerful features for managing complex projects. These features allow you to streamline your workflow, experiment safely with new ideas, and maintain a clean and organized project history. Exploring these more advanced aspects of Git can significantly enhance your development process.
3+
Beyond the basics of tracking changes and collaborating, Git offers a range of powerful features for managing complex projects. These features allow you to streamline your workflow, experiment safely with new ideas, and maintain a clean and organized project history. Exploring these more advanced aspects of Git can significantly enhance your development process.
4+
5+
Visit the following resources to learn more:
6+
7+
- [@video@How to Use Git Reset Soft, Mixed, and Hard](https://youtu.be/s1idhUiCk38?si=F60WS6ukxUUjM-ZI)
8+
- [@video@Git MERGE vs REBASE](https://youtu.be/0chZFIZLR_0?si=Kua8FdA5to7zHHqG)
9+
- [@article@Git stash](https://www.atlassian.com/git/tutorials/saving-changes/git-stash)
10+
- [@article@Git Reset and Revert Tutorial for Beginners](https://www.datacamp.com/tutorial/git-reset-revert-tutorial)
11+
- [@article@Merging vs. rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)

0 commit comments

Comments
 (0)