https://github.com/vivelev/git-101
Quick Git and GitHub tutorial
https://github.com/vivelev/git-101
Last synced: 4 months ago
JSON representation
Quick Git and GitHub tutorial
- Host: GitHub
- URL: https://github.com/vivelev/git-101
- Owner: VIVelev
- Created: 2020-02-04T23:08:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:41:00.000Z (over 6 years ago)
- Last Synced: 2025-11-12T05:39:33.294Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-101
This tutorial is meant to be a simple, short introduction to [git](https://git-scm.com/) and [GitHub](https://github.com/).
## Overview
- [What are git and GitHub?](./01-git-and-github)
- [Create a new repository on GitHub](./02-new-repo)
- [Clone and Status](./03-clone-and-status)
- [Changes and Staging](./04-changes-and-staging)
- [Making a commit](./05-making-a-commit)
- [Fixing](./06-fixing)
- [Commit log](./07-commit-log)
- [Pushing commits](./08-push)
- [Online editing](./09-online-editing)
- [Pulling commits](./10-pull)
- [Undo](./11-undo)
- [Branching theory](./12-branching-theory)
- [Branching practice](./13-branching-practice)
- [Collaboration](./14-collaboration)
- [gitignore](./15-gitignore)
- [Tips and Tricks](./16-tips-and-tricks)
## How to use this tutorial?
The tutorial is split into simple steps. To get the most out of the tutorial, please follow the steps as they are. Although, some steps can be studied on their own, separately, if you like.
## Authors
The [Hack TUES 6](https://www.facebook.com/HackTUES/) team :).
## Contact
If you have any questions or would like to report a mistake, please feel free to contact me at victorivelev@gmail.com