Skip to content
Home » Automation » Git » Page 2

Git

Setting Up SSH Keys

SSH (Secure Shell) keys are a way to identify trusted computers, without the need for passwords. They provide a secure connection between two computers, allowing you to remotely access servers, devices, and services. Benefits of SSH keys Types of SSH keys Types of SSH keys: RSA, DSA, ECDSA, EdDSA and… Read More »Setting Up SSH Keys

SSH Config for git

Are you tired of constantly entering your username and password when pushing to GitHub? Do you want to streamline your workflow and increase your productivity? Setting up SSH config for Git on GitHub is the solution you’ve been looking for. Setting Up SSH Config First, you’ll need to generate an… Read More »SSH Config for git

Multitask with git stash

Have you ever found yourself in a situation where you’re working on a feature branch and suddenly a high priority bug needs to be fixed? Or maybe you’re working on a project and you want to switch branches to do some quick testing, but you don’t want to commit your… Read More »Multitask with git stash