Git bash commands, installation and visual studio code

There are a lot of guides to use git and GitHub, link below.In this page I just put some commands and reminders. Git download and installation Download (win) : https://git-scm.com/download/win Initialize a folder directly and in visual studio code Initializing a folder means make it ready to work with git, when a folder got initialized … Read more

github SSH Keys setup on Windows 10

How to connect your git to github using ssh keys Generate the id_rsa (default) key on windows 10 Add the public key to the github website Start the agent on a git bash session Pass the key to the agent Test the connection in github Auto-log in visual studio code with your key (.ssh\config file) … Read more