Search Results

8
votes

How do I combine the first two commits of a Git repository?

You tried: git rebase -i A It is possible to start like that if you continue with edit rather than squash: edit e97a17b B …