Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 193 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 193 Bytes

git caane

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

Git alias:

caane = commit --amend --all --no-edit

Example:

git caane