Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 361 Bytes

index.md

File metadata and controls

21 lines (13 loc) · 361 Bytes

git initer

Initalize a repo using our recommended way i.e. with an empty rebaseable commit

Git alias:

initer = init-empty

Example:

git initer

See git init-empty.

This initialization makes it easier to do later git rebase commands, because it enables a rebase to go all the way back to the first commit.