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
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"
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.
Get started by watching the interview with Linus Torwalds, The Mind Behind Linux.
- Learn about Linux commands on CLI
- Udacity's Git and GitHub tutorial
- Daniel Shiffman's Git and GitHub tutorial, This is simply ❤️
- Git Cheat Sheet
- Git Additional Cheat Sheets
- GitHub Training courses from GitHub lab
- GitHub Guides:The easiest way to get started with GitHub
- If you stuck on something, or want some handy git commands to get out of mess. Refer Katie's Oh-Shit-Git!
- Markdown Language Tutorial
- Git Handbook
- Learn Git With Git-Tower: Covers some cool tutorials in both pdf and videos in addition to the different cheat sheets in different languages.
- Learn by doing:
- Learn Git branching
- Visualizing Git: Enjoy an practice Git while visualising all what happens.
- FreeCodeCamp's curated list of resources to help new open sourcerers.
- Learn by making your first Pull Request at GitMe
- Find open issues you can work on at issuehub
- Submit 5 Pull Requests between October 1st and 31st to earn a free TShirt from HacktoberFest
- Customize your terminal with Oh-My-Zsh
- Use Bat, Cat with wings
- Vim Tutorials on how to get out of it
Feel free to open an issue or contact the mentors ❤️ @SOSC