Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/msaf9/github
- Owner: msaf9
- License: mit
- Created: 2022-08-27T18:02:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T20:43:23.000Z (8 months ago)
- Last Synced: 2024-03-07T21:40:56.682Z (8 months ago)
- Topics: git, github
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)