Skip to content

Lee-W/git-tutorial

Repository files navigation

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