Thread (9 messages) flat view 9 messages, 6 authors, 2016-06-15

Re: git rebase -i <first_commit_in_repository>

From: Allan Caffee <hidden>
Date: 2016-06-15 22:47:36

2009/10/26 Dirk Süsserott [off-list ref]:
Am 26.10.2009 19:08 schrieb eschvoca:
Hi,

probably my approach could help you in the future: When I create a new repo
(git init) I firstly create an initial commit with nothing else than an
initial commit, i.e.:

$ git init
$ echo "initial" > initial.commit
$ git add initial.commit
$ git commit -m "Initial commit"
I don't think this is actually necessary.  You should just be able to do:
$ git init
$ git commit --allow-empty -m "Initial commit (empty)"

--
Allan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help