Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msaf9/github

GitHub Udemy Course Hands-on.
https://github.com/msaf9/github

git github

Last synced: about 7 hours ago
JSON representation

GitHub Udemy Course Hands-on.

Awesome Lists containing this project

README

        

GitHub


GitHub Udemy Course Hands-on.

Table of contents

- [Introduction](#introduction)
- [Course](#course)
- [Commands](#commands)
- [VCS](#vcs)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)

## Introduction
GitHub repository is created for learning purposes. For getting some hands-on experience working with Distributed Version Control System namely Git and Hosting service, GitHub.

### Course
> Course name: Github Introduction To Version Control And Remote Files
>
> MOOC Provider: Udemy

### Commands
```git
git config
```

```git
git clone
```

```git
git pull
```

```git
git push
```

```git
git status
```

```git
git commit
```

```git
git log
```

```git
git merge
```

```git
git reset
```
## VCS
- Git
- GitHub

## Project status
> **Completed**

## Installation
### Get repository
```git
git clone https://github.com/msaf9/github.git
cd github
```

## License
[MIT License](LICENSE)