https://guides.github.com/
Category: Git
Understanding the GitHub flow
https://guides.github.com/introduction/flow/
Creating a github.io personal website inside a GitHub repository
From https://guides.github.com/features/pages/ GitHub Pages are public webpages hosted and easily published through GitHub. The quickest way to get up and running is by using the Jekyll Theme Chooser to load a pre-made theme. You can then modify your GitHub Pages’ content and style remotely via the web or locally on your computer. Create Your Website Once… Continue reading Creating a github.io personal website inside a GitHub repository
Connecting to GitHub with SSH
You can connect to GitHub using SSH. About SSH→ Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username or password at each visit. Checking for existing SSH keys→ Before you generate an SSH key, you can check to… Continue reading Connecting to GitHub with SSH
Using SSH for not having to input passwords when passing Git commands
https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh
Git Cheat Sheet
https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf