tinkerhubcek / Intro-to-Github

Study materials and resources for Git + GitHub Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git + GitHub Workshop Resources

Hello there 👋

We Are Just Going to Give a brief introduction To git and github....
We Will be doing A project and many more in the years to come....

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 ❤️

About

Study materials and resources for Git + GitHub Workshop

License:MIT License