Olá. Estou tentando utilizar o "git envia" conforme foi passado na aula, porém ele não está completando os procedimentos. Quando tento, recebo o seguinte:
$ git envia
Switched to branch 'master'
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
E a modificação no .gitconfig é:
envia = !git checkout master && git pull && git checkout densev && git rebase master && git checkout master && git merge desenv && git push
Agradeço se alguém puder me ajudar. :)