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
- Host: GitHub
- URL: https://github.com/lee-w/git-tutorial
- Owner: Lee-W
- License: mit
- Created: 2016-09-10T09:37:51.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-07-09T14:36:52.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T06:35:26.981Z (about 1 year ago)
- Topics: git-tutorial
- Language: CSS
- Homepage: https://lee-w.github.io/git-tutorial/#/
- Size: 8.95 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)