git

Add GitLab SSH Key

1. Update System sudo apt update sudo apt upgrade 2. Install git on local machine sudo apt install git 3. Check git version git –version 4. Git Configure in your localmachine git config –global user.name “your name” git config –global user.email “your email id” 5.Check your configuration git config –list 6. Generate SSH Key ssh-keygen …

Add GitLab SSH Key Read More »