Final answer:
The statement is true; text editors are used for making and saving changes to files, while Git is used to track changes over time, detailing the who, when, and what of the changes made.
Step-by-step explanation:
The statement that a text editor can only make and save changes to a file is generally true. A text editor is a type of software that allows users to enter, modify, and format text. However, it is not typically designed to track changes over time. On the other hand, Git is a Version Control System (VCS) that is specifically designed to keep track of changes to files and their contents across different versions. This includes who made the change, when it was made, and what exactly was changed. Therefore, the complete statement provided is true, as Git does indeed offer functionality beyond what a text editor provides in terms of tracking changes over time.