Skip to content

Commit

Permalink
Update git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaul804 committed Apr 18, 2024
1 parent f7a2dc4 commit 53e3c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ git branch {novoBranch} #cria um novo ramo do repositório
git checkout {novoBranch} #alterna para o branch criado anteriormente
#no branch master
git merge {novoBranch} #unifica o branch novo_branch ao branch master
git merge --abort #aborta o merge entre branches
git branch -d {novoBranch} #deleta o branch novo_branch
rm -f -r -d -v "nome da pasta" #remove forçadamente diretórios e seus conteúdos rercusivamente, diretórios vazios, explicando o que está sendo feito (--verbose)
#usando git flow
Expand Down

0 comments on commit 53e3c3b

Please sign in to comment.