From 9aecf2c91622cda6a3f77e82562b1526e4e848be Mon Sep 17 00:00:00 2001 From: AnselZorro Date: Sun, 19 Jan 2025 06:50:51 +0700 Subject: [PATCH] Update Useful-links-for-further-learning.md (#93252) added link how to using github pages and github copilot --- .../git_workflow_scenarios/Useful-links-for-further-learning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/additional-material/git_workflow_scenarios/Useful-links-for-further-learning.md b/docs/additional-material/git_workflow_scenarios/Useful-links-for-further-learning.md index 5088d67d..8a3c69b9 100644 --- a/docs/additional-material/git_workflow_scenarios/Useful-links-for-further-learning.md +++ b/docs/additional-material/git_workflow_scenarios/Useful-links-for-further-learning.md @@ -43,4 +43,6 @@ This document is dedicated to all the tips and tricks websites, blog posts, and 38. [Complete Git and GitHub Tutorial by Kunal Kushwaha](https://www.youtube.com/watch?v=apGV9Kg7ics&ab_channel=KunalKushwaha) 39. [Git workflow Cheat Sheet](https://drive.google.com/uc?export=download&id=1QPRh5YmqQm4DFfitelPYlBTWC2I6tTTM) 40. [Beginers Guide To Proper Git Workflow](https://medium.com/@anjulapaulus_84798/beginners-guide-to-proper-git-workflow-35a2d967734e) +41. [How to using Github-Pages](https://docs.github.com/en/pages) +42. [Learn about Github Copilot](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot) Keep adding more links, that you find helpful.