#003 git commit -m “changes”

How to make a commit right on the terminal

After adding the files it's commit time, to commit on the command line use git commit -m 'changes'

Command Description
commit Command to handle commits
-m Flag to write a commit message
“changes” Message describing changes
extra information Without using the flag -m an editor will be opened to type the commit message