Voglio eseguire un git rebase -i some-hash
.Come posso `git rebase -i` e impedire" Hai chiesto di modificare il commit più recente, ma farlo lo renderebbe vuoto. "?
quando l'eseguo, ottengo l'errore:
You asked to amend the most recent commit, but doing so would make it empty. You can repeat your command with --allow-empty, or you can remove the commit entirely with "git reset HEAD^".
[...]
Could not apply [...]
Tale errore sembra specifico per un singolo commit, come --allow-empty
non è un'opzione posso passare a rebase.
Apparentemente --keep-empty
È un'opzione che posso passare a git rebase
, ma non sembra risolvere il problema.
Come posso rebase e dire git, non ti preoccupare se un commit nel rebase finisce per non avere alcun effetto?
non sto rebasing un singolo commit. – z5h
Il mio male, devo aver associato quel messaggio con qualcos'altro. Rimozione del mio commento rumoroso. – chelmertz