- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 66字
- 2021-07-02 21:09:42
Committing the changes in Git
The git commit -a commit command tells Git to commit all the changes that have been made:

In the future, if we add new files to the project, we should also use git add to tell Git to start tracking them. Any time you want Git to remember the current state of our project, we run git commit -a again.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- The DevOps 2.3 Toolkit
- The Modern C++ Challenge
- Visual C++串口通信技術詳解(第2版)
- Groovy for Domain:specific Languages(Second Edition)
- Web程序設計(第二版)
- Drupal 8 Configuration Management
- Building RESTful Python Web Services
- C語言從入門到精通
- R用戶Python學習指南:數據科學方法
- Lift Application Development Cookbook
- R的極客理想:量化投資篇
- Python預測分析實戰
- Tableau Dashboard Cookbook
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)