Initiating the Git
How to Initiating git through ssh Git Cheat Sheet step 1 : login into ssh //login using shh $ ssh username@host.com step 2 : create a folder using mkdir commend and change to that folder // creating a folder $ mkdir folder_name //changing to that newly created folder $ cd folder_name step 3 : write Read more about Initiating the Git[…]