I need to get patch file for inital commit (which is not empty) for our review process, but I'm confused as git format-patch
command only makes it from branch that is on initial commit not including it.
Seems it must be some obvious move but I'm completely missing it.
git format-patch ${SHA1_of_initial_commit)..HEAD
, apply them. – Gulledge