Git

Search results for license

  1. Getting a Git Repository

    /book/en/Git-Basics-Getting-a-Git-Repository

    LICENSE $ git commit -m 'Initial project version' We’ll go over what these commands do in just a minute. At this point, you have a Git repository

  2. Branches in a Nutshell

    /book/en/Git-Branching-Branches-in-a-Nutshell

    ="console">$ git add README test.rb LICENSE $ git commit -m 'Initial commit' When you create the commit by running git commit, Git

  3. Maintaining a Project

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

    example of how to use it or get it running The license that the project is offered under How to contribute to it

  4. SubmittingPatches

    /docs/SubmittingPatches

    the same license as ours, by "signing off" your patch. Without sign-off, we cannot accept your patches. If (and only if) you certify the below D-C-O: [[dco]] .Developer's Certificate of Origin 1.1

  5. merge-options

    /docs/merge-options

    the project to which you're committing. For example, it may certify that the committer has the rights to submit the work under the project's license or agrees to some contributor representation

  6. git-commit

    /docs/git-commit

    message. The meaning of a signoff depends on the project to which you're committing. For example, it may certify that the committer has the rights to submit the work under the project's license or

  7. git-merge

    /docs/git-merge

    example, it may certify that the committer has the rights to submit the work under the project's license or agrees to some contributor representation, such as a Developer Certificate of Origin. (See

  8. reftable

    /docs/reftable

    Turner proposed https://lore.kernel.org/git/1455772670-21142-26-git-send-email-dturner@twopensource.com/[using LMDB], as LMDB is lightweight (64k of runtime code) and GPL-compatible license. A downside

  9. git-pull

    /docs/git-pull

    project to which you're committing. For example, it may certify that the committer has the rights to submit the work under the project's license or agrees to some contributor representation, such

  10. user-manual

    /docs/user-manual

    : ------------------------------------------------ $ git show 6ff87c4664 Note that the only valid version of the GPL as far as this project is concerned is _this_ particular version of the license

  11. git-config

    /docs/git-config

    same open source license. Please see the 'SubmittingPatches' document for further discussion. format.coverLetter:: A boolean that controls whether to generate a cover-letter when format-patch is

scroll-to-top