Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniacg authored and seraphritt committed Feb 20, 2024
1 parent 45fc990 commit 383965a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion comandos-avancados.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,17 @@ git rebase -i commit_referencia

Esse comando permite reorganizar, editar ou combinar commits antes deles serem adicionados ao histórico principal.

Tutorial rápido e interativo no [link](https://www.youtube.com/watch?v=kMvLn8WcAII&ab_channel=Ihatetomatoes).

### Cherry-pick

```bash
git cherry-pick commit_referencia
```

Esse comando permite aplicar um commit específico a um branch diferente.
Esse comando permite aplicar um commit específico a um branch diferente.

Tutorial rápido e interativo no [link](https://www.youtube.com/watch?v=wIY824wWpu4&ab_channel=Ihatetomatoes).

---
## Submódulos
Expand Down

0 comments on commit 383965a

Please sign in to comment.