Skip to content

Please consider starring the repository if you find it helpful! Your support means a lot. Thank you! 🌟

Notifications You must be signed in to change notification settings

krishvsoni/Introduction-To-Git-Github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

75 Commits
Β 
Β 
Β 
Β 

Repository files navigation

image

Workshop Repository

Welcome to the Github workshop repository! This repository contains the materials and code for the workshop on Git and GitHub, specifically focusing on the file.c program.

About the Workshop

The Git and GitHub workshop is designed to help you understand the basics of version control using Git and how to collaborate effectively on projects using GitHub. In this workshop, we will explore the fundamentals of Git, learn how to set up a repository, create branches, make commits, and manage conflicts. Additionally, we will cover the basics of GitHub, including creating pull requests, reviewing code, and merging changes.

Repository Contents

  1. file.c: This is a simple C program that demonstrates the addition of two numbers. It serves as a practice exercise to understand the workflow of making changes, committing them, and pushing to a remote repository.

  2. README.md: This file provides essential information about the repository, workshop, and instructions for getting started.

How to Contribute

If you would like to contribute to this workshop repository, please follow these steps:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine using the git clone command.
  3. Create a new branch to work on your changes using the git branch command.
  4. Make your desired changes to the file.c program or any other relevant files.
  5. Commit your changes with descriptive commit messages using the git commit command.
  6. Push your changes to your forked repository on GitHub using the git push command.
  7. Finally, open a pull request from your forked repository to the original repository, detailing the changes you made and explaining their significance.

Thank You!

Thank you for your contribution to the Git and GitHub workshop. Your participation and engagement are greatly appreciated. If you have any questions or need further assistance, please don't hesitate to reach out to us.

Happy coding!

About

Please consider starring the repository if you find it helpful! Your support means a lot. Thank you! 🌟

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages