Git commit

Git commit

648

Usage: git commit -m “[ Type in the commit message]”

This command records or snapshots the file permanently in the version history.

Usage: git commit -a

This command commits any files you’ve added with the git add command and also commits any files you’ve changed since then.

- Last updated 3 years ago

Ads

Be the first to leave a comment.

You must login to leave a comment