--- # This file is best viewed in vscode using vscode-reveal # https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal 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 # openButton: false enableMenu: false # controlsLayout: 'edges' # controls: true enableChalkboard: false # enableTitleFooter: false autoSlideStoppable: true --- ## Do you Git it? ::: block **[Git](https://en.wikipedia.org/wiki/Git)** is: > is a distributed version-control system for tracking changes in source code during software development. {.fragment .fade-in-then-out } ::: ::: block **[Github](https://github.com/)** 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. ---