Quantcast
Channel: Can't remove remote branch in git - Super User
Browsing all 4 articles
Browse latest View live

Answer by Ingo Karkat for Can't remove remote branch in git

If you want to do this programmatically (it is impractical to reconfigure a large number of repositories by visiting each in the browser), the default_branch configuration can be manipulated via...

View Article



Answer by mallardz for Can't remove remote branch in git

For what it's worth in BitBucket:click on Settings in the left menuunder 'Repository Details' find 'Main Branch' drop down menuselect a different branch from the one you want to deleteThere's also an...

View Article

Answer by raphink for Can't remove remote branch in git

The branch was set as default on github, preventing it from being deleted.On github, I went to "Administration" in the project, reset the default branch to "master" and I was able to remove the xetex...

View Article

Can't remove remote branch in git

I'm trying to remove a remote branch with git:rpinson@rpinson:~/dev/charismanie$ git remote show origin * remote origin Fetch URL: git@github.com:raphink/Charismanie.git Push URL:...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images