git commit
Category: git
Date: Jan. 28, 2025, 11:29 p.m. PST
Tags: commit
Add file and commit
git commit <FILENAME> -m 'commit message'
Add file and commit staged file
git commit -am 'insert commit message'
Amending a commit
git commit --amend 'new commit message'