An open API service indexing awesome lists of open source software.

https://github.com/lee-w/git-tutorial

Basic Git Tutorial using reveal.js
https://github.com/lee-w/git-tutorial

git-tutorial

Last synced: 5 months ago
JSON representation

Basic Git Tutorial using reveal.js

Awesome Lists containing this project

README

          

# Git Tutorial
Tutorial for Git

## Clone
```sh
git clone --recursive https://github.com/Lee-W/git-tutorial
```

## Usage
According to [issue 4](https://github.com/calevans/external/issues/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.

```python
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](https://github.com/Lee-W)