Skip to content

Commit

Permalink
Merge pull request #20 from cuhacking/add-git-2
Browse files Browse the repository at this point in the history
Add new Git workshop to events
  • Loading branch information
Wal Wal authored Sep 12, 2020
2 parents 0e9c6bf + 798c28e commit f9314c7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const events: Event[] = [
category: 'pd'
},
{
title: 'Introduction to Git and GitHub (Workshop)',
title: 'Introduction to GitHub (Workshop)',
time: moment.tz('2020-09-09 20:00', 'America/Toronto'),
description:
'Git is an instrumental tool for collaborating on code in the industry. In this workshop, participants will learn how to create and fork repositories, write proper commits, create Pull Requests and Issues, and set up Git on their computer. Hosted by Wal Wal.',
'GitHub is the defacto tool for collaborating on code in the industry. In this workshop, participants will learn how to create and fork repositories, write proper commits, create Pull Requests, all in the browser. Hosted by Wal Wal.',
category: 'technical'
},
{
Expand Down Expand Up @@ -100,6 +100,13 @@ const events: Event[] = [
description:
'Cloud computing has drastically changed how businesses provide and consume technology. Come out to this workshop to learn all about cloud computing, and then publicly deploy your own website on the internet using AWS! No prerequisites required. Hosted by David Liao.',
category: 'technical'
},
{
title: 'Introduction to Git (Workshop)',
time: moment.tz('2020-09-13 16:30', 'America/Toronto'),
description:
'Git is the brains behind GitHub and is a powerful tool for managing code on your machine. In this workshop, participants will set up Git on their computer and learn how to use it to interact with GitHub. Hosted by Wal Wal.',
category: 'technical'
}
]

Expand Down

0 comments on commit f9314c7

Please sign in to comment.