Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

git-commit.md

File metadata and controls

19 lines (11 loc) · 314 Bytes

Commit the changes

git commit -m {{MESSAGE}}

  • MESSAGE: The message on the commmit
Example:

git commit -m "Changed the name"

Demo

Git Commit

Related