From 6e1b3615767fea53fdea52cf3bad7aeaae329f06 Mon Sep 17 00:00:00 2001 From: Jonathan Silva Date: Fri, 10 Apr 2026 09:49:42 -0400 Subject: [PATCH 1/3] feat: Enhance 'How to learn Git' section with new resources --- gitkraken-desktop/guide.md | 21 ++++++++++++++++++++- llms-full.txt | 21 ++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/gitkraken-desktop/guide.md b/gitkraken-desktop/guide.md index adcf115..3222378 100644 --- a/gitkraken-desktop/guide.md +++ b/gitkraken-desktop/guide.md @@ -46,7 +46,26 @@ If merge conflicts occur, GitKraken Desktop opens the Merge Tool, where you can ## How to learn Git with GitKraken -In this series, you'll learn Git concepts and how to apply them using GitKraken Desktop. +GitKraken offers two ways to learn Git: a free structured certification course for guided study and a YouTube playlist for casual learning and quick refreshers. + +### Foundations of Git course + +If you want a structured path for learning Git, take the free [Foundations of Git certification course](https://learn.gitkraken.com/courses/git-foundations). The course is self-paced and designed for people who want practical Git training without relying on dense reference material or scattered tutorials. + +
+ Course card for the Foundations of Git certification course showing the Git logo, the course title, and a five-star rating. +
Foundations of Git certification course.
+
+ +The course helps you: + +- Learn at your own pace with a curated curriculum that supports everyday version control work. +- Understand Git concepts through motion graphics and visual examples. +- Validate what you learned with the Foundations of Git Certification Exam at the end of the course. + +### Learn Git with GitKraken + +If you want a lighter way to build Git knowledge, watch the GitKraken YouTube playlist. Some topics overlap with the certification course, but the playlist is a good option for casual learning and quick refreshers on key Git concepts.
diff --git a/llms-full.txt b/llms-full.txt index ce75f0f..d56f181 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1500,7 +1500,26 @@ If merge conflicts occur, GitKraken Desktop opens the Merge Tool, where you can ## How to learn Git with GitKraken -In this series, you'll learn Git concepts and how to apply them using GitKraken Desktop. +GitKraken offers two ways to learn Git: a free structured certification course for guided study and a YouTube playlist for casual learning and quick refreshers. + +### Foundations of Git course + +If you want a structured path for learning Git, take the free [Foundations of Git certification course](https://learn.gitkraken.com/courses/git-foundations). The course is self-paced and designed for people who want practical Git training without relying on dense reference material or scattered tutorials. + +
+ Course card for the Foundations of Git certification course showing the Git logo, the course title, and a five-star rating. +
Foundations of Git certification course.
+
+ +The course helps you: + +- Learn at your own pace with a curated curriculum that supports everyday version control work. +- Understand Git concepts through motion graphics and visual examples. +- Validate what you learned with the Foundations of Git Certification Exam at the end of the course. + +### Learn Git with GitKraken + +If you want a lighter way to build Git knowledge, watch the GitKraken YouTube playlist. Some topics overlap with the certification course, but the playlist is a good option for casual learning and quick refreshers on key Git concepts.
From 3b6249737804ee12d6fe92516ce938aa0a08a32b Mon Sep 17 00:00:00 2001 From: Jonathan Silva Date: Fri, 10 Apr 2026 09:49:42 -0400 Subject: [PATCH 2/3] docs: Update 'Learn Git' guide summary to reflect new resources --- llms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms.txt b/llms.txt index ee36589..e6abc2b 100644 --- a/llms.txt +++ b/llms.txt @@ -17,7 +17,7 @@ - [GitKraken Desktop Preferences | Customize Settings & Workflow](https://help.gitkraken.com/gitkraken-desktop/preferences/): Explore GitKraken Desktop’s Preferences to control themes, integrations, profiles, commit signing, notifications, terminal settings, and more. - [GitKraken Desktop Tips | Productivity Shortcuts & Power Features](https://help.gitkraken.com/gitkraken-desktop/tips/): Discover top GitKraken Desktop tips to speed up your workflow—Profiles, Command Palette, integrations, cherry pick, and more advanced features. - [Install GitKraken Desktop on Windows, macOS & Linux | Setup Guide](https://help.gitkraken.com/gitkraken-desktop/how-to-install/): Step-by-step installation guide for GitKraken Desktop on Windows, macOS, and Linux. Includes system requirements, video tutorials, and tips for WSL users. -- [Learn Git with GitKraken Desktop | Beginner Guide & Workflow](https://help.gitkraken.com/gitkraken-desktop/guide/): New to Git? Get started with GitKraken Desktop using this beginner-friendly guide. Learn cloning, branching, staging, committing, and merging with tutorials and videos. +- [Learn Git with GitKraken Desktop | Beginner Guide & Workflow](https://help.gitkraken.com/gitkraken-desktop/guide/): New to Git? Get started with GitKraken Desktop using this beginner-friendly guide. Learn cloning, branching, staging, and merging, then continue with a free Git foundations course or a YouTube playlist for casual learning. - [Open, Clone, or Initialize a Git Repository in GitKraken Desktop](https://help.gitkraken.com/gitkraken-desktop/open-clone-init/): Learn how to open, clone, or initialize repositories in GitKraken Desktop. Get started with repository management and project setup. ## Core Git Workflows From 1baeb502c02ed976ec8b6dbc98a7e6acbab7fca0 Mon Sep 17 00:00:00 2001 From: Jonathan Silva Date: Fri, 10 Apr 2026 09:49:42 -0400 Subject: [PATCH 3/3] chore: Bump 'Last updated' dates to April 2026 --- gitkraken-desktop/guide.md | 4 ++-- llms-full.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gitkraken-desktop/guide.md b/gitkraken-desktop/guide.md index 3222378..9d2c08f 100644 --- a/gitkraken-desktop/guide.md +++ b/gitkraken-desktop/guide.md @@ -11,13 +11,13 @@ git_hosts: [generic] integrations: [] hosted_variant: both status: GA -last_verified: 2026-03 +last_verified: 2026-04 llms_include: true tags: [git, beginner, guide, workflow] taxonomy: category: gitkraken-desktop --- -Last updated: March 2026 +Last updated: April 2026 Use this getting started guide to learn a basic GitKraken Desktop workflow: clone a repository, create a branch, make and stage changes, commit them, push the branch, and merge the work back. It is aimed at new Git users who need a practical first path through the product rather than a reference page. diff --git a/llms-full.txt b/llms-full.txt index d56f181..3528b98 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -20,9 +20,9 @@ Content type: how-to Audience: developer Plan required: all Status: GA -Last verified: 2026-03 +Last verified: 2026-04 -Last updated: March 2026 +Last updated: April 2026 Use this page to run GitKraken Desktop actions from the Command Palette when you want a keyboard-first workflow for commands, files, repositories, and settings. It explains how to open the palette, what command categories are available, and when it is faster than navigating the UI directly. @@ -172,9 +172,9 @@ Content type: home Audience: all Plan required: all Status: GA -Last verified: 2026-03 +Last verified: 2026-04 -Last updated: March 2026 +Last updated: April 2026 Use this page as the GitKraken Desktop Help Center entry point when you need to find installation guidance, interface walkthroughs, Git basics, integrations, release notes, or support resources. It is the best cold-start page for agents and users who need a routing layer into the rest of the documentation set. @@ -1469,9 +1469,9 @@ Content type: how-to Audience: developer Plan required: all Status: GA -Last verified: 2026-03 +Last verified: 2026-04 -Last updated: March 2026 +Last updated: April 2026 Use this getting started guide to learn a basic GitKraken Desktop workflow: clone a repository, create a branch, make and stage changes, commit them, push the branch, and merge the work back. It is aimed at new Git users who need a practical first path through the product rather than a reference page.