Top "Git-fork" questions

git-fork refers to creating a new git repository based on the current one.

How do I update a GitHub forked repository?

I recently forked a project and applied several fixes. I then created a pull request which was then accepted. A …

git github pull-request git-fork
Are Git forks actually Git clones?

I keep hearing people say they're forking code in Git. Git "fork" sounds suspiciously like Git "clone" plus some (meaningless) …

git github git-clone git-fork
error: pathspec 'test-branch' did not match any file(s) known to git

I am a new user of Git. I have forked a repository called Spoon-Knife (available for practicing forking with Git). …

git github git-checkout git-fork
How to do a GitHub pull request

How do I create and/or send a pull request to another repository hosted on GitHub?

git github pull-request git-fork
Copy a git repo without history

I have a private repository on GitHub that I want to make public. However, some of the initial commits contain …

git github git-fork
difference between fork and branch on github

If I fork a project that's hosted on github. Do I fork all the branches? How do I know which …

github branch git-branch git-fork
How do I fetch a branch on someone else's fork on GitHub?

I've forked from a repo on GitHub. I want to get the code from a branch on another user's fork. …

git github git-branch git-fork git-fetch
How to require a fork with composer

here is my composer.json, i want to use Nodge's fork of lessphp project on Github "repositories": [{ "type": "package", "package": { "…

github composer-php git-fork
npm install and build of forked github repo

This is not a totally new question, but I've been looking around for a good while now and I'm having …

github npm npm-install git-fork npm-publish
Forking Git repository from GitHub to GitLab

Suppose that I would like to implement a fix to a project of someone else. That project resides on GitHub. …

git github gitlab git-fork