- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 279字
- 2021-07-02 15:27:04
Setting up a new repository
The first step is to set up a new repository. A repository is a container for your entire project; every file or subfolder within it belongs to that repository, in a consistent manner. Physically, a repository is nothing other than a folder that contains a special .git folder, the folder where the magic happens.
Let's try to make our first repository. Choose a folder you like (for example, C:\Repos\MyFirstRepo), and type the git init command, as shown here:

As you can see, I slightly modified the default Git Bash prompt to better fit the need of the demoing commands; I removed the user and host, and added an incremental number to every command we type so that it will be simpler for me to refer to it while explaining, and for you to refer to it while reading.
Let's get back on topic. What just happened inside the MyFirstRepo folder? Git created a .git subfolder. The subfolder (normally hidden in Windows) contains some other files and folders, as shown in the next screenshot:

At this point in time, it is not important for us to understand what is inside this folder. The only thing you have to know is that you do not have to touch it, ever! If you delete it or if you modify the files inside by hand, you could get into trouble. Have I frightened you enough?
Now that we have a repository, we can start to put files inside it. Git can trace the history of any type of file, text-based or binary, small or large, with the same efficiency (more or less; large files are always a problem).
- Building Computer Vision Projects with OpenCV 4 and C++
- Word 2010中文版完全自學手冊
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- 使用GitOps實現Kubernetes的持續部署:模式、流程及工具
- 虛擬化與云計算
- 工業大數據分析算法實戰
- 揭秘云計算與大數據
- 數據庫系統原理及應用教程(第4版)
- WS-BPEL 2.0 Beginner's Guide
- 數據挖掘原理與SPSS Clementine應用寶典
- MATLAB Graphics and Data Visualization Cookbook
- 計算機組裝與維護(微課版)
- 數據分析師養成寶典
- 實現領域驅動設計
- 成功之路:ORACLE 11g學習筆記