Comment on The Jujutsu version control systemparentComments−Superfud1yInitial empty commit with just a message you can create with "git commit --allow-empty -m'Early commit message"Then when you have the changes lined up you --amend that same commit.
Comments
Initial empty commit with just a message you can create with "git commit --allow-empty -m'Early commit message"
Then when you have the changes lined up you --amend that same commit.