- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 226字
- 2021-07-02 15:27:05
Summary
In this chapter, you learned that Git is not so difficult to install, even on a non-Unix platform, such as Windows.
Once you have chosen a directory to include in a Git repository, you can see that initializing a new Git repository is as easy as executing a git init command. For now, don't worry about saving it on a remote server and so on. It's not mandatory to save it; you can do this when you need, preserving the entire history of your repository. This is a killer feature of Git and DVCS in general. You can comfortably work offline and push your work to a remote location when the network is available, without any hassle.
Lastly, we discovered one of the most important character traits of Git: it will do nothing if you don't mention it explicitly. You also learned a little bit about the add command. We were obliged to perform a git add command for a file when we committed it to Git for the very first time. Then, we used another command when we modified it. This is because if you modify a file, Git does not expect that you want it to be automatically added to the next commit (and it's right to assume this, I'd say).
In the next chapter, we will look at some fundamentals of Git.
- GitHub Essentials
- Python絕技:運用Python成為頂級數(shù)據(jù)工程師
- Python數(shù)據(jù)挖掘:入門、進階與實用案例分析
- Architects of Intelligence
- Learning Spring Boot
- 深入淺出MySQL:數(shù)據(jù)庫開發(fā)、優(yōu)化與管理維護(第2版)
- R語言數(shù)據(jù)挖掘
- 淘寶、天貓電商數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- Web Services Testing with soapUI
- Mastering ROS for Robotics Programming(Second Edition)
- ECharts數(shù)據(jù)可視化:入門、實戰(zhàn)與進階
- 數(shù)據(jù)分析方法及應(yīng)用:基于SPSS和EXCEL環(huán)境
- 從零進階!數(shù)據(jù)分析的統(tǒng)計基礎(chǔ)(第2版)
- C# 7 and .NET Core 2.0 High Performance
- 敏捷數(shù)據(jù)分析工具箱:深入解析ADW+OAC