Delete repository that forked from mine The Next CEO of Stack OverflowUpdating a local repository with changes from a Github repositoryPull new updates from original GitHub repository into forked GitHub repositoryHow can I determine the URL that a local Git repository was originally cloned from?How can I delete all Git branches which have been merged?Are Git forks actually Git clones?How to remove a directory from git repository?How do I update a GitHub forked repository?How to update a pull request from forked repo?Delete forked repo from GitHubCan I request github to delete an existing fork of my private repo?
Did the Titan II GLV execute a roll program?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
If the heap is zero-initialized for security, then why is the stack merely uninitialized?
To not tell, not take, and not want
How do I go from 300 unfinished/half written blog posts, to published posts?
What was the first Unix version to run on a microcomputer?
Is it possible to search for a directory/file combination?
Is "for causing autism in X" grammatical?
What is the Position_args in man page
Delete repository that forked from mine
Elegant way to replace substring in a regex with optional groups in Python?
Novel about a guy who is possessed by the divine essence and the world ends?
What connection does MS Office have to Netscape Navigator?
Would a galaxy be visible from outside, but nearby?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
How do I make a variable always equal to the result of some calculations?
sp_blitzCache results Memory grants
Are there any limitations on attacking while grappling?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Several mode to write the symbol of a vector
What can we do to stop prior company from asking us questions?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
How to count occurrences of text in a file?
How does the mv command work with external drives?
Delete repository that forked from mine
The Next CEO of Stack OverflowUpdating a local repository with changes from a Github repositoryPull new updates from original GitHub repository into forked GitHub repositoryHow can I determine the URL that a local Git repository was originally cloned from?How can I delete all Git branches which have been merged?Are Git forks actually Git clones?How to remove a directory from git repository?How do I update a GitHub forked repository?How to update a pull request from forked repo?Delete forked repo from GitHubCan I request github to delete an existing fork of my private repo?
this is serious issue for me. First of all, I am very newbie in github. I thought that I uploaded my school project and assignment files as private. However, I realized that it was public. I check the number of forks. and One people forked mine. I made mine as private, but it seems that he/she still has my repo. Is there anyway that I can delete it? I dont want my homework code to spread into all over the world.
if I can't, is there any way for me to ask GITHUB company?
github
add a comment |
this is serious issue for me. First of all, I am very newbie in github. I thought that I uploaded my school project and assignment files as private. However, I realized that it was public. I check the number of forks. and One people forked mine. I made mine as private, but it seems that he/she still has my repo. Is there anyway that I can delete it? I dont want my homework code to spread into all over the world.
if I can't, is there any way for me to ask GITHUB company?
github
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago
add a comment |
this is serious issue for me. First of all, I am very newbie in github. I thought that I uploaded my school project and assignment files as private. However, I realized that it was public. I check the number of forks. and One people forked mine. I made mine as private, but it seems that he/she still has my repo. Is there anyway that I can delete it? I dont want my homework code to spread into all over the world.
if I can't, is there any way for me to ask GITHUB company?
github
this is serious issue for me. First of all, I am very newbie in github. I thought that I uploaded my school project and assignment files as private. However, I realized that it was public. I check the number of forks. and One people forked mine. I made mine as private, but it seems that he/she still has my repo. Is there anyway that I can delete it? I dont want my homework code to spread into all over the world.
if I can't, is there any way for me to ask GITHUB company?
github
github
asked 3 hours ago
JUNTAE KIMJUNTAE KIM
463
463
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago
add a comment |
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago
add a comment |
2 Answers
2
active
oldest
votes
When a public repository is forked and that public repository is made private or deleted, the forked repository still exists but is migrated/moved/owned to one of the fork repositories. See:
https://help.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository
There is little point asking Github to assist. A fork means that someone took a copy of your repository AND created a new repository that is logically linked to your original repository. A fork is not the same as a clone. Anyone could have cloned your repository and they would have a disconnected copy of it and there isn't a thing Github could do to delete that disconnected copy.
By creating a repository with public access, you implicitly agreed to have your code copied. Maybe you can prevent re-distribution but that would be a case between you and the persons who copied it ... but now we are into the murky waters of code copyright compliance. This assumes that there was a license file as part of the repository.
add a comment |
Please keep in mind that:
- Deleting a private repository will delete all of its forks.
- Deleting a public repository will not delete its forks.
Deleting a private repository
When you delete a private repository, all of its private forks are also deleted.
Deleting a public repository
When you delete a public repository, one of the existing public forks is chosen to be the new parent repository. All other repositories are forked off of this new parent and subsequent pull requests go to this new parent.
If a private repository is made public and then deleted, its private forks will continue to exist as standalone private repositories in separate networks.
Please go here and here for more details:
I found one NPM package to remove-github-forks.
May it helpful for you
In last
In last,you can contact github support and ask them to switch your repository to "normal mode".
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55428052%2fdelete-repository-that-forked-from-mine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
When a public repository is forked and that public repository is made private or deleted, the forked repository still exists but is migrated/moved/owned to one of the fork repositories. See:
https://help.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository
There is little point asking Github to assist. A fork means that someone took a copy of your repository AND created a new repository that is logically linked to your original repository. A fork is not the same as a clone. Anyone could have cloned your repository and they would have a disconnected copy of it and there isn't a thing Github could do to delete that disconnected copy.
By creating a repository with public access, you implicitly agreed to have your code copied. Maybe you can prevent re-distribution but that would be a case between you and the persons who copied it ... but now we are into the murky waters of code copyright compliance. This assumes that there was a license file as part of the repository.
add a comment |
When a public repository is forked and that public repository is made private or deleted, the forked repository still exists but is migrated/moved/owned to one of the fork repositories. See:
https://help.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository
There is little point asking Github to assist. A fork means that someone took a copy of your repository AND created a new repository that is logically linked to your original repository. A fork is not the same as a clone. Anyone could have cloned your repository and they would have a disconnected copy of it and there isn't a thing Github could do to delete that disconnected copy.
By creating a repository with public access, you implicitly agreed to have your code copied. Maybe you can prevent re-distribution but that would be a case between you and the persons who copied it ... but now we are into the murky waters of code copyright compliance. This assumes that there was a license file as part of the repository.
add a comment |
When a public repository is forked and that public repository is made private or deleted, the forked repository still exists but is migrated/moved/owned to one of the fork repositories. See:
https://help.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository
There is little point asking Github to assist. A fork means that someone took a copy of your repository AND created a new repository that is logically linked to your original repository. A fork is not the same as a clone. Anyone could have cloned your repository and they would have a disconnected copy of it and there isn't a thing Github could do to delete that disconnected copy.
By creating a repository with public access, you implicitly agreed to have your code copied. Maybe you can prevent re-distribution but that would be a case between you and the persons who copied it ... but now we are into the murky waters of code copyright compliance. This assumes that there was a license file as part of the repository.
When a public repository is forked and that public repository is made private or deleted, the forked repository still exists but is migrated/moved/owned to one of the fork repositories. See:
https://help.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository
There is little point asking Github to assist. A fork means that someone took a copy of your repository AND created a new repository that is logically linked to your original repository. A fork is not the same as a clone. Anyone could have cloned your repository and they would have a disconnected copy of it and there isn't a thing Github could do to delete that disconnected copy.
By creating a repository with public access, you implicitly agreed to have your code copied. Maybe you can prevent re-distribution but that would be a case between you and the persons who copied it ... but now we are into the murky waters of code copyright compliance. This assumes that there was a license file as part of the repository.
answered 3 hours ago
KolbanKolban
2,89021636
2,89021636
add a comment |
add a comment |
Please keep in mind that:
- Deleting a private repository will delete all of its forks.
- Deleting a public repository will not delete its forks.
Deleting a private repository
When you delete a private repository, all of its private forks are also deleted.
Deleting a public repository
When you delete a public repository, one of the existing public forks is chosen to be the new parent repository. All other repositories are forked off of this new parent and subsequent pull requests go to this new parent.
If a private repository is made public and then deleted, its private forks will continue to exist as standalone private repositories in separate networks.
Please go here and here for more details:
I found one NPM package to remove-github-forks.
May it helpful for you
In last
In last,you can contact github support and ask them to switch your repository to "normal mode".
add a comment |
Please keep in mind that:
- Deleting a private repository will delete all of its forks.
- Deleting a public repository will not delete its forks.
Deleting a private repository
When you delete a private repository, all of its private forks are also deleted.
Deleting a public repository
When you delete a public repository, one of the existing public forks is chosen to be the new parent repository. All other repositories are forked off of this new parent and subsequent pull requests go to this new parent.
If a private repository is made public and then deleted, its private forks will continue to exist as standalone private repositories in separate networks.
Please go here and here for more details:
I found one NPM package to remove-github-forks.
May it helpful for you
In last
In last,you can contact github support and ask them to switch your repository to "normal mode".
add a comment |
Please keep in mind that:
- Deleting a private repository will delete all of its forks.
- Deleting a public repository will not delete its forks.
Deleting a private repository
When you delete a private repository, all of its private forks are also deleted.
Deleting a public repository
When you delete a public repository, one of the existing public forks is chosen to be the new parent repository. All other repositories are forked off of this new parent and subsequent pull requests go to this new parent.
If a private repository is made public and then deleted, its private forks will continue to exist as standalone private repositories in separate networks.
Please go here and here for more details:
I found one NPM package to remove-github-forks.
May it helpful for you
In last
In last,you can contact github support and ask them to switch your repository to "normal mode".
Please keep in mind that:
- Deleting a private repository will delete all of its forks.
- Deleting a public repository will not delete its forks.
Deleting a private repository
When you delete a private repository, all of its private forks are also deleted.
Deleting a public repository
When you delete a public repository, one of the existing public forks is chosen to be the new parent repository. All other repositories are forked off of this new parent and subsequent pull requests go to this new parent.
If a private repository is made public and then deleted, its private forks will continue to exist as standalone private repositories in separate networks.
Please go here and here for more details:
I found one NPM package to remove-github-forks.
May it helpful for you
In last
In last,you can contact github support and ask them to switch your repository to "normal mode".
edited 1 hour ago
answered 3 hours ago
AviAvi
612616
612616
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55428052%2fdelete-repository-that-forked-from-mine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is you can see who did fork?
– Rai Talha Rehman Khan
3 hours ago
it must remove from fork if you can see have a look.
– Rai Talha Rehman Khan
3 hours ago