Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 152 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 152 Bytes

git ca

Amend the tip of the current branch; do not create a new commit

Git alias:

ca = commit --amend

Example:

git ca