DEV Community

Calvin
Calvin

Posted on

πŸ“š Reading Snippets [28 => Git]

A commit is a wrapper for a specific set of changes. The author of a commit comments what they did in a short commit message.

Before you commit you will want to get an overview of the changes you have made so far. In Git, "status" command is used to list the changes performed since the last commit.

Source:Git

Top comments (0)