Skip to content

Instantly share code, notes, and snippets.

@marciofmjr
Last active March 11, 2023 15:07
Show Gist options
  • Save marciofmjr/2eb75f67a224afa40ffea1f266c11b0c to your computer and use it in GitHub Desktop.
Save marciofmjr/2eb75f67a224afa40ffea1f266c11b0c to your computer and use it in GitHub Desktop.
git merge NOME_DA_BRANCH
# Exemplo mergeando as alterações de uma branch (PROD-39218) para a branch master
git checkout master
git merge feat-new-screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment