the differences between git and a text editor in terms of what they save and their record keeping are A text editor can only make and save changes to a file and a Git tracks changes to the files and their contents over time.
- Git is like a really epic save button for your files and directories. Officially, Git is a version control system.
- As an individual developer, Git enables you to review how your project grows and to easily look at or restore file states from the past.
- Once connected to a network, Git allows you to push your project to GitHub or other alternatives such as: Bitbucket, Beanstalk, or GitLab for sharing and collaborating with other developers.
- here A text editor is a computer program that lets a user enter, change, store, and usually print text (characters and numbers, each encoded by the computer and its input and output devices, arranged to have meaning to users or to other programs).
to know more about computer click here
brainly.com/question/21474169
#SPJ4