- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 106字
- 2021-07-02 21:09:41
Initializing Git
The first thing we need to do to use Git, after installing it of course, is to set up a folder as our Git repository. This only takes a couple of commands on the command line, as shown here:

After that, we move to the folders where we want the repository to be, that is, git init and git add. Once we've initialized the repository, we add any files that we've already created to it with the git add command. Then, we create our first safe point in the code with the git commit -a command, as shown here:
git commit -a
推薦閱讀
- Advanced Splunk
- Mastering OpenLayers 3
- Java 9 Concurrency Cookbook(Second Edition)
- 兩周自制腳本語言
- C++ Builder 6.0下OpenGL編程技術
- PyTorch Artificial Intelligence Fundamentals
- 數據結構簡明教程(第2版)微課版
- MATLAB實用教程
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發(fā) (未來書庫)
- Unity Game Development Scripting
- SQL基礎教程(第2版)
- SQL 經典實例
- PHP+Ajax+jQuery網站開發(fā)項目式教程
- Java程序設計案例教程
- Python 3 數據分析與機器學習實戰(zhàn)