June 2017
Beginner to intermediate
274 pages
6h 49m
English
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.
Read now
Unlock full access