1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Add git and github roadmap

This commit is contained in:
Kamran Ahmed
2024-08-12 19:37:34 +01:00
parent a1a7dec6d2
commit e0c1b6eb75

View File

@@ -94,6 +94,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Git and GitHub',
link: '/git-github',
type: 'skill',
otherGroups: ['Web Development', 'DevOps'],
},
],
},
{