- 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.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Rust實戰
- .NET 4.0面向對象編程漫談:基礎篇
- Hadoop+Spark大數據分析實戰
- Scala編程實戰(原書第2版)
- Getting Started with Gulp
- Bootstrap 4 Cookbook
- Angular Design Patterns
- Learning Unreal Engine Game Development
- Akka入門與實踐
- Shopify Application Development
- Node.js實戰:分布式系統中的后端服務開發
- ArcPy and ArcGIS(Second Edition)
- Implementing Splunk(Second Edition)
- PHP高性能開發:基礎、框架與項目實戰