Introduction To Git Github
Introduction To Git Github
Benefits:
Simplifies code sharing.
Enhances project visibility.
Supports open-source contributions.
Theroy Ends Here ......
How GIT and GitHub Work Together
Download Git First
https://git-scm.com/downloads
Download the git based on your software requirement
Download VS Code
https://code.visualstudio.com/download
Create your Account in GIThub
https://github.com/
Our Aim is to Create a Website and Host in github for public access
Verify Configuration:
Press Enter to save the key in the default location (~/.ssh/id_ed25519 or ~/.ssh/id_rsa).
ssh-add ~/.ssh/id_ed25519
Copy the Public Key
cat ~/.ssh/id_ed25519.pub
Add the Key to GitHub:
1. Log in to GitHub.
2. Go to Settings > SSH and GPG Keys > New SSH Key.
3. Paste the key into the "Key" field, add a title, and click Add SSH Key.
ssh -T [email protected]
Clone the repository