Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to add issues to a github forked repo (without modifying the original)?

Tags:

github

I notice there's no "issues" tab on my forked github repo. Is there a way to allow me to fork a repo, but still add issues/wiki/etc?

like image 447
Jonathan Avatar asked May 06 '13 19:05

Jonathan


People also ask

Can I make changes in forked repo?

Forks allows you have to have a repository of a project that you do not own on your GitHub account so that you can make some changes without affecting the original repository. Once the changes on your forked repository are validated, you can submit these changes as contributions to the original project.

How do I update my fork in GitHub?

On GitHub, navigate to the main page of the forked repository that you want to sync with the upstream repository. Select the Sync fork dropdown. Review the details about the commits from the upstream repository, then click Update branch.

Can a forked repo pull from original?

In order to pull the changes from the original repository into your forked version, you need to add the original git repo as an upstream repository. You are now ready to pull the changes from the original repository to the your forked repository.


1 Answers

  • Fork a repo
  • Go to the Settings page of your fork.
  • Check the box next to Issues
like image 125
zavg Avatar answered Oct 14 '22 13:10

zavg