Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.82 KB

File metadata and controls

72 lines (49 loc) · 1.82 KB
title Learn Terminal with GitPod
logoImg https://raw.githubusercontent.com/HansUXdev/JavaScript-First/2acf5840c15af96602aceb66303ea69c5b75e344/logo.svg
theme night
transition slide
highlightTheme monokai
slideNumber true
loop true
autoSlide 5000
enableMenu false
enableChalkboard false
autoSlideStoppable true
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176679651-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-176679651-1'); </script>

Do you Git it?

::: block Git is:

is a distributed version-control system for tracking changes in source code during software development.

{.fragment .fade-in-then-out } :::

::: block Github is:

"multinational corporation that provides hosting for software development and version control using Git. It offers the distributed version control and source code management (SCM) functionality of Git, plus its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project."

{.fragment .fade-in-then-out } :::

is a distributed version-control system for tracking changes in source code during software development. {.fragment}


What is GitPod?

GitPod is:

Dev Environments Built for the Cloud.