- 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.
- The Complete Rust Programming Reference Guide
- ExtGWT Rich Internet Application Cookbook
- OpenCV實例精解
- Linux C/C++服務器開發實踐
- 信息可視化的藝術:信息可視化在英國
- Python自動化運維快速入門
- Android Application Development Cookbook(Second Edition)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Mastering Xamarin.Forms(Second Edition)
- JavaScript應用開發實踐指南
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Training Systems Using Python Statistical Modeling
- Oracle 12c從入門到精通(視頻教學超值版)
- Java程序設計教程