Skip to content

Fork me! And follow along with the YouTube video... we will try to update this repo as you go through the exercise.

Notifications You must be signed in to change notification settings

TAMUSA-ACM/Git-GitHub-Workshop

Repository files navigation

Git-GitHub-Workshop

Welcome to the Git-GitHub-Workshop repository! This repository is designed to accompany a YouTube tutorial that guides you through the basics of using Git and GitHub effectively. Whether you're a beginner looking to understand version control, or an intermediate user aiming to refine your Git skills, this workshop is for you.

Project Overview

This repository contains example files and exercises that are used throughout the YouTube workshop. The structure of the repository is simple, designed to ease the learning process as you follow along with the video.

Repository Structure

  • /src: Contains sample source code files that we will be using to demonstrate Git operations.
  • /docs: Documentation files and additional resources related to the workshop.
  • README.md: Provides an overview and instructions for navigating and using this repository.

Setup and Installation

Before you begin, make sure you have the following installed:

Cloning the Repository

To clone this repository and start following along with the workshop, run the following command in your terminal:

git clone https://github.com/your-username/Git-GitHub-Workshop.git
cd Git-GitHub-Workshop

Replace your-username with your GitHub username if you have forked this repository.

Usage

After cloning the repository, you can start following the YouTube video to learn various Git commands and GitHub features. Here are a few things you might do:

  1. Branching: Learn how to create branches and switch between them.

    git branch new-feature
    git checkout new-feature
  2. Committing Changes: Make changes to files and commit them to your branch.

    git add .
    git commit -m "Add new feature"
  3. Pushing Changes: Push your changes to GitHub.

    git push origin new-feature
  4. Pull Requests: Create pull requests on GitHub and merge them after review.

Contribution Guidelines

Contributions to this repository are welcome! Here are a few guidelines to follow:

  1. Fork the Repository: Start by forking the repository, then clone your fork and create your feature branch.
  2. Commit Your Changes: Make sure your commits are clear and understandable.
  3. Open a Pull Request: Go to the original repository, and you will see an option to open a pull request from your fork. Provide a clear description of the changes.

License

This project is licensed under the MIT License - see the LICENSE file for details. This means you are free to use, modify, and distribute the project as long as you include the original license and copyright notice.


Feel free to fork this repository and start exploring the world of Git and GitHub! If you have any questions, refer to the YouTube video or open an issue in this repository. Happy learning!

About

Fork me! And follow along with the YouTube video... we will try to update this repo as you go through the exercise.

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published