- 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
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 玩轉Scratch少兒趣味編程
- Google Apps Script for Beginners
- Docker and Kubernetes for Java Developers
- Access 數據庫應用教程
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Learning Selenium Testing Tools(Third Edition)
- GameMaker Programming By Example
- Visual C++應用開發
- 碼上行動:用ChatGPT學會Python編程
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- RESTful Java Web Services(Second Edition)
- Windows Phone 8 Game Development
- Visual Basic程序設計全程指南
- Learning Image Processing with OpenCV