Setup Git for using GitLab (including SSH key) - Linux

Published: 06 February 2021
on channel: Valentin Despa
54,033
1.3k

Git commands to run:

git --version
git config --global user.name "FirstName LastName"
git config --global user.email "[email protected]"

Other resources:

https://docs.gitlab.com/ee/gitlab-bas...

  / 2021-how-to-your-ssh-key-for-gitlab-on-linux  

Timecodes:
00:00 - Intro
00:22 - Install Git
01:28 - Configure your Git name and email
02:24 - Clone a Git repo with SSH
04:30 - Generate SSH key
07:30 - Add SSH key to GitLab
09:12 - Unlock private key
10:53 - Conclusion

___

// GitLab CI/CD ONLINE COURSE

👉 Want to learn more about CI/CD pipelines? Check my GitLab CI online course.

Get it at a special price and help support this YouTube channel:
http://www.vdespa.com/courses

___

// I HAVE A QUESTION!

I do my best to answer all comments here on YouTube but I cannot make any guarantees.

___

// I HAVE A VIDEO IDEA

Do you want me to create a video on a specific topic? Just fill out the form below:

https://forms.gle/uWEzXFQ2viJtZtvZ7

___

// P L A Y L I S T S

▸ Learn Gitlab CI |    • Gitlab  

___

// F R E E R E S O U R C E S

▸▸▸ Official Gitlab CI documentation
https://docs.gitlab.com/

▸▸▸ 👉 Subscribe to the "Testing and automation with Valentine" newsletter for bi-weekly tutorials, tips, and news from the industry.
http://eepurl.com/gPwpU1

___


// YOUR SUPPORT ON PATREON MATTERS

If you enjoy this content, help me create more like this. Consider supporting me on Patreon.
  / vdespa  

___

// IMPRINT

http://vdespa.com/imprint

---