| 1. |
What Is A Commit? |
|
Answer» COMMIT is a record of the files that have been modified, since the last TIME we made a commit. We make changes to our repo (for example, adding a file or modifying one) and then TELL Git to put those files into a commit. Commits make up the core of our project and ALLOW us to go back to the STATE of a project at any point. Commit is a record of the files that have been modified, since the last time we made a commit. We make changes to our repo (for example, adding a file or modifying one) and then tell Git to put those files into a commit. Commits make up the core of our project and allow us to go back to the state of a project at any point. |
|