Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 169 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 169 Bytes

git cane

Amend the tip of the current branch, with no edit of the message

Git alias:

cane = commit --amend --no-edit

Example:

git cane