GitStudyCards
Cards
Blog
About
Book
🇧🇷
#003 git commit -m “changes”
How to make a commit right on the terminal
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