2
Não é possível remover a ramificação remota no git
Estou tentando remover uma ramificação remota com o git: rpinson@rpinson:~/dev/charismanie$ git remote show origin * remote origin Fetch URL: git@github.com:raphink/Charismanie.git Push URL: git@github.com:raphink/Charismanie.git HEAD branch: xetex Remote branches: master tracked xetex tracked Local branch configured for 'git pull': master merges with remote master Local ref configured for 'git push': master …
27
git