Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 3.31 KB

git-and-github.md

File metadata and controls

75 lines (62 loc) · 3.31 KB
title date category image tags authors mainpage draft
Git and GitHub
2021-08-04 05:20:58 +0530
other
images/gitandgithub.png
git
github
open source
joyalfrancis23
false
false

Git and GitHub are not the same things. Git is an open-source, version control tool 🧰 created in 2005 by developers working on the Linux kernel 🖥️; GitHub is a company 🏛️ founded in 2008 that makes tools that integrate with git. You do not need GitHub to use git, but you cannot use GitHub without using Git. GitHub has many other alternatives, such as GitLab, BitBucket, and “host-your-own” solutions such as gogs and gittea. All of these are referred to in git-speak as “remotes”, and all are completely optional. You do not need to use a remote to use git, but it will make sharing your code with others easier.

PREREQUISITES 🔍

  • Basic understanding of the command line ✔️
  • Basic programming experience 👩‍💻

TOPICS TO LEARN 📋

  • What's Version Control
  • What's Git
  • Downloading and Installing Git
  • Create your local repository folder
  • Create your SSH Key
  • What's GitHub?
  • Set up your GitHub account
  • Creating a new repository
  • Deleting and renaming repositories
  • Fork a repository
  • Push changes to a repository
  • Clone a public project
  • Add collaborators to a project
  • Collaborate with other users
  • Send a pull request
  • Merge changes from a pull request
  • Watch projects and people
  • Use project wikis
  • Create and delete branches and tags
  • Create GitHub pages
  • Gist
  • Exercises

RESOURCES 💼

Online Courses 👩‍💻

Blogs 📚

Tutorials 💻

Apps 📱