“Git reverter os últimos 2 começos” Respostas de código

Git reverte todos os compromissos com comprometimento permeável

git revert --no-commit <commithash>..HEAD #revert changes in range of commits from head to back to that commit hash
Kirk-Patrick Brown

Git reverter os últimos 2 começos

$ git revert --no-commit D
$ git revert --no-commit C
$ git revert --no-commit B
$ git commit -m "the commit message"
Aggressive Anteater

Respostas semelhantes a “Git reverter os últimos 2 começos”

Perguntas semelhantes a “Git reverter os últimos 2 começos”

Mais respostas relacionadas para “Git reverter os últimos 2 começos” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código