Answer the question
In order to leave comments, you need to log in
Why can't you squash all commits?
There are several commits:
[email protected] ~/.MINT17/code/misc/force $ git hist
* d834360 2019-08-17 | 3 (HEAD, origin/master, master) [kalinin]
* bb0a0e2 2019-08-17 | 2 [kalinin]
* d84440e 2019-08-17 | 1 [kalinin]
[email protected] ~/.MINT17/code/misc/force $ EDITOR=/usr/bin/nano git rebase -i HEAD~3
fatal: Needed a single revision
invalid upstream HEAD~3
[email protected] ~/.MINT17/code/misc/force $ EDITOR=/usr/bin/nano git rebase -i HEAD~2
[detached HEAD e9ff86d] 2
1 file changed, 2 insertions(+)
Successfully rebased and updated refs/heads/master.
[email protected] ~/.MINT17/code/misc/force $ git hist
* e9ff86d 2019-08-17 | 2 (HEAD, master) [kalinin]
* d84440e 2019-08-17 | 1 [kalinin]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question