How to commit a change with Git in the terminal
Step 1: Navigate to File in Terminal Open the terminal, or command line, and navigate to the folder of the file you wish to commit the changes of. You can do this in the Windows Command Prompt by using cd “C:\path\to\file” Step 2: git add Use git add to add one or several files to …