Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 198 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 198 Bytes

git caa

Amend the tip of the current branch, automatically staging files that have been modified and deleted

Git alias:

caa = commit --amend --all

Example:

git caa