Daniel Arbuckle's Mastering Python
上QQ阅读APP看书,第一时间看更新

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.