Gattalraouf / github-workshop

Study materials and resources for Git + GitHub Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git + GitHub Workshop Resources

Hello there 👋
Hope You all have enjoyed the workshop and ready to contribute to open source. These resources will help you get up and going with Git and GitHub. Before we get started read our community blog on How Open Source can help shape your IT career

Installation

If you are a Windows user. Please download the following application to use the terminal in windows.

Or enable Windows SubSystem for Linux and follow the instructions for Linux systems.

For installing git on Ubuntu

$ sudo apt install git

After finishing the installation, run the following commands to configure the global user info for git on your computer.

$ git config --global user.name "Your github username here"
$ git config --global user.email "Your email here"

Install a Favorite editor of your choice 💻

You can install any of your favorite editor to start working on projects. I strongly recommend using VSCode, since it got a lot of Git integrations and plugins to help.

Resources 📚

Get started by watching the interview with Linus Torwalds, The Mind Behind Linux.

Contributing to OpenSource 🔰

Extras for Linux fans 🤖

Facing any issues?

Feel free to open an issue or contact the mentors ❤️ @SOSC

About

Study materials and resources for Git + GitHub Workshop

License:MIT License