Skip to content

Study materials and resources for Git + GitHub Workshop

License

Notifications You must be signed in to change notification settings

so-sc/github-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published