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....
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
- GitHub Training courses from GitHub lab
- 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
- FreeCodeCamp's curated list for beginners to contribute to OpenSource.
- Learn by making your first Pull Request at GitMe
- 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 ❤️