Basic Snapshotting

This command updates the index using the current content found in the working directory, to prepare the content staged for the next commit. After making any changes to the working directory, and before running the commit command, you must use the add command to add any new or modified files to the index. This command can […]