Git

Search results for fork

  1. Contributing to a Project

    /book/en/GitHub-Contributing-to-a-Project

    don’t have push access, you can “fork” the project. When you “fork” a project, GitHub will make a copy of the project that is entirely yours; it lives in your namespace, and you can push to it.

  2. Maintaining a Project

    /book/en/GitHub-Maintaining-a-Project

    branch in a fork of your repository or they can come from another branch in the same repository. The only difference is that the ones in a fork are often from people where you can’t push to their

  3. Distributed Workflows

    /book/en/Distributed-Git-Distributed-Workflows

    ">Figure 54. Integration-manager workflow This is a very common workflow with hub-based tools like GitHub or GitLab, where it’s easy to fork a project and push

  4. GitLab

    /book/en/Git-on-the-Server-GitLab

    > or any other branch. Users who don’t have push permissions for a repository can “fork” it to create their own copy, push commits to their copy, and open a merge request from their fork back

  5. Managing an organization

    /book/en/GitHub-Managing-an-organization

    personal accounts, organizations are free if everything you plan to store there will be open source. As an owner in an organization, when you fork a repository

  6. Account Setup and Configuration

    /book/en/GitHub-Account-Setup-and-Configuration

    . However, to simply clone public projects, you don’t even need to sign up - the account we just created comes into play when we fork projects and push to our forks a bit later.

  7. Contributing to a Project

    /book/en/Distributed-Git-Contributing-to-a-Project

    > When your branch work is finished and you’re ready to contribute it back to the maintainers, go to the original project page and click the “Fork” button, creating your own

  8. git-merge-base

    /docs/git-merge-base

    >... 'git merge-base' [-a | --all] --octopus ... 'git merge-base' --is-ancestor 'git merge-base' --independent ... 'git merge-base' --fork-point [

  9. commit-graph

    /docs/commit-graph

    -graphs to be split across multiple forks in a fork network. The typical case is a large "base" repo with many smaller forks. As the base repo advances, it will likely update and merge its commit-graph

  10. git-rebase

    /docs/git-rebase

    `--fork-point` option is assumed. If you are currently not on any branch or if the current branch does not have a configured upstream, the rebase will abort. All changes made by commits in the

  11. SubmittingPatches

    /docs/SubmittingPatches

    branches are created by the Git maintainer (in their fork) to organize the current set of incoming contributions on the mailing list, and are itemized in the regular "What's cooking in git.git

  12. gitworkflows

    /docs/gitworkflows

    : "] ===================================== Make a side branch for every topic (feature, bugfix, ...). Fork it off at the oldest integration branch that you will eventually want to merge it into

  13. MyFirstContribution

    /docs/MyFirstContribution

    ://gitgitgadget.github.io/. [[create-fork]] === Forking `git/git` on GitHub Before you can send your patch off to be reviewed using GitGitGadget, you will need to fork the Git project and upload your changes

  14. git-pack-objects

    /docs/git-pack-objects

    only found in another fork. But when a client fetches, they will not have the base object, and we'll have to find a new delta on the fly. A similar situation may exist if you have many refs outside of

  15. api-trace2

    /docs/api-trace2

    that the `t_rel` field contains the observed run time in seconds for the child process (starting before the fork/exec/spawn and stopping after the `waitpid()` and includes OS process creation

  16. gitweb.conf

    /docs/gitweb.conf

    , omit the column with date of the most current commit on the projects list page. It can save a bit of I/O and a fork per repository. $omit_owner:: If true prevents displaying information about

  17. git-config

    /docs/git-config

    false set `--no-fork-point` option by default. rebase.rebaseMerges:: Whether and how to set the `--rebase-merges` option by default. Can be `rebase-cousins`, `no-rebase-cousins`, or a boolean

scroll-to-top