Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git vs GitHub Introduction

BUDE Global GitHub license

A presentation explaining the difference between Git and GitHub, and introducing open source concepts, created for BUDE Global.


📚 Table of Contents


🌟 Features

  • Git vs GitHub: A clear explanation of the differences between the Git tool and the GitHub service.
  • Version Control: An introduction to version control concepts.
  • Open Source: An overview of Open Source Software (OSS), its importance, and how to identify it.
  • Hands-On: A practical exercise for making a first open source contribution.

🚀 Live Demo

You can view the live presentation here.


🛠️ Installation

To run the presentation locally, you need a web server. You can use any local server, but here's a simple one using Python:

  1. Clone the repository:
    git clone https://github.com/budeglobalenterprise/bude-git-vs-github-introduction.git
  2. Navigate to the project directory:
    cd bude-git-vs-github-introduction

👨‍💻 Usage

  1. Start a local server:
    • Python 3:
      python -m http.server
    • Python 2:
      python -m SimpleHTTPServer
  2. Open your browser: Navigate to http://localhost:8000 to view the presentation.

🙌 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


🙏 Acknowledgements

  • Aravind Govindhasamy - Author & Presenter
  • Reveal.js - The presentation framework
  • BUDE Global - For supporting this project

About

A presentation explaining the difference between Git and GitHub for Bude Global

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages