Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 183 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 183 Bytes

git caam

Amend the tip of the current branch, staging files, and edit the message

Git alias:

caam = commit --amend --all --message

Example:

git caam