- GitLab Cookbook
- Jeroen van Baarsen
- 156字
- 2021-08-05 16:55:05
Introduction
Before you can use GitLab, you need to know a little about Git itself, what Git is, and what pushing code is. As Git is a very complex system and is worthy of a book of its own, I'm just going to cover the basics. You'll learn how to get your SSH key and how to push your first code to GitLab.
Git is in the heart of GitLab. Without it, there would be no GitLab. It is a super powerful source control system, and has some amazing features. We will take a look at some of those feature in this chapter.
In this chapter, I'll assume that you will be using Git over SSH. However, most recipes will work even if you use Git over HTTP.
If you want to learn more about Git, I recommend that you follow the online workshop, and you will learn everything related to Git in an interactive way.
- Pandas Cookbook
- 程序員面試算法寶典
- Rake Task Management Essentials
- C語言程序設計
- Android 應用案例開發大全(第3版)
- Swift細致入門與最佳實踐
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- AngularJS UI Development
- SCRATCH編程課:我的游戲我做主
- 輕松學Scratch 3.0 少兒編程(全彩)
- C語言從入門到精通(微視頻精編版)
- R語言編程基礎
- 你也能看得懂的Python算法書
- Python High Performance(Second Edition)
- Implementing OpenShift