I used GitHub's fork feature to fork someone's repository. As
instructed by the GitHub help, I cloned the fork to my local machine
and also added a remote pointing to "upstream" to track the original
repo.

Recently, a branch in the original repo was deleted, and doing a "git
remote show upstream" showed it marked as "stale (use 'git remote
prune' to remove)". So, I did "git remote prune upstream" and that
removed it from my upstream remote. However, it is still in the origin
remote (my fork).

What is the proper way to remove it? (Pruning doesn't do anything.) Do
I simply delete it explicitly?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to