https://github.com/clifftech123/mlsa-git-github-workshop
https://github.com/clifftech123/mlsa-git-github-workshop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clifftech123/mlsa-git-github-workshop
- Owner: Clifftech123
- Created: 2023-09-15T17:54:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T20:47:10.000Z (over 2 years ago)
- Last Synced: 2025-07-04T04:37:58.389Z (11 months ago)
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLSA Mastering Git, GitHub, and Open Source
Welcome to the MLSA Mastering Git, GitHub, and Open Source repository! This repository is designed to help you get started with Git, GitHub, and Open Source.
You can find all the Content used during the event at [Content.md](Content.md) file.git add .
git commit -m "your message"
git push origin
## Table of Contents
- [Get started with Open Source](#get-started-with-open-source)
- [Get started](#get-started)
- [Get started with Open Source Contribution](#get-started-with-open-source-contribution)
## Get started with Open Source
Open source is a great way to learn and contribute to the community. Everything you need to get started with Git, GitHub, and Open Source is available in this repository. Use the repo to practice and learn more about open source.
## Get started
Before you get started with open source, you need to make sure you have the following:
- [x] GitHub account
- [x] Git installed on your machine
Once you have these, you can start working on an issue. In this repository, we assume there's an issue that you want to work on. To get started, add your name to the Name.md file.
## Get started with Open Source Contribution
To contribute to this repository, follow these steps:
1. Fork this repository by clicking the fork button on the top of this page.
2. Clone the repository to your local machine using the following command:
```bash
git clone https://github.com/Clifftech123/MLSA-Git-Github-Workshop
```
3. Create a new branch using the following command:
```bash
git checkout -b
```
4. Add your name to the Name.md file.
5. Commit your changes using the following command:
```bash
git add .
git commit -m "your message"
```
6. Push your changes to your forked repository:
```bash
git push origin
```
7. Create a pull request by going to your repository on GitHub and clicking the Compare & pull request button. Submit the pull request.
Please fellow the patten in the Name.md file to add your name.
8. Star this repository if you had fun!