Lee-W / git-tutorial

Basic Git Tutorial using reveal.js

Home Page:https://lee-w.github.io/git-tutorial/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Tutorial

Tutorial for Git

Clone

git clone --recursive https://github.com/Lee-W/git-tutorial

Usage

According to issue 4 of External.js, you'll have to run a server.
The following command is one of the easiest ways to run a server locally.

e.g.

python3 -m http.server

Table of Content

  • Intro
  • Installation
  • Setup
  • Quick Start
  • Commit
  • Diff
  • Restore
  • Ignore File
  • Branch
  • Tag
  • Remote
  • More about log
  • Stash
  • Rebase
  • Submodule
  • Useful Plugins
  • Reference

AUTHORS

Lee-W

About

Basic Git Tutorial using reveal.js

https://lee-w.github.io/git-tutorial/#/

License:MIT License


Languages

Language:CSS 47.2%Language:JavaScript 37.7%Language:HTML 15.0%