Git Cheat Sheet

From Arx Libertatis Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Reuse current commit message and author during an interactive rebase (useful for splitting commits):

git commit --reuse-message=HEAD@{1}