Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: progit
  • License: other
  • Language: CSS
  • Default Branch: main
  • Size: 179 MB
Statistics
  • Stars: 3
  • Watchers: 6
  • Forks: 8
  • Open Issues: 6
  • Releases: 61
Created over 8 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Citation Security

README.asc

= Pro Git,  

      Pro Git.

     : https://git-scm.com/book

            ,   Creative Commons .

     ,        .
,        AsciiDoc   Markdown;    https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[AsciiDoc  ].

 ,       ,          .
 link:TRANSLATING.md[  ]   .

==   

   e-book    Asciidoctor.
   __    HTML, Epub, Mobi  PDF  :

----
$ bundle install
$ bundle exec rake book:build
Converting to HTML...
 -- HTML output at progit.html
Converting to EPub...
 -- Epub output at progit.epub
Converting to Mobi (kf8)...
 -- Mobi output at progit.mobi
Converting to PDF...
 -- PDF output at progit.pdf
----

         (HTML, EPUB, mobi  PDF).
    :

   HTML :

----
$ bundle exec rake book:build_html
----

   EPUB :

----
$ bundle exec rake book:build_epub
----

   mobi :

----
$ bundle exec rake book:build_mobi
----

   PDF :

----
$ bundle exec rake book:build_pdf
----

==   

     ,          bug tracking .

 ,       git-scm.com,         .
    ,          .

==    

        ,     link:CONTRIBUTING.md[  ].

Owner

  • Name: Pro Git Book
  • Login: progit
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Pro Git
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Scott
    family-names: Chacon
    email: schacon@gmail.com
  - given-names: Ben
    family-names: Straub
    email: ben@straub.cc
identifiers:
  - type: url
    value: 'https://git-scm.com/book/en/v2'
    description: Pro Git website
repository-code: 'https://github.com/progit/progit2'
url: 'https://git-scm.com/book/en/v2'
keywords:
  - git
  - book
  - asciidoc
  - pro-git
license: CC-BY-NC-SA-3.0
version: '2'

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 6
  • Total pull requests: 90
  • Average time to close issues: 12 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 4.33
  • Average comments per pull request: 1.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 88
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wencywww (2)
  • jnavila (2)
  • kberov (1)
  • bojidar-bg (1)
Pull Request Authors
  • dependabot[bot] (86)
  • jnavila (2)
Top Labels
Issue Labels
bug (2)
Pull Request Labels
dependencies (53) ruby (53) dependabot (28)

Dependencies

Gemfile rubygems
  • asciidoctor = 2.0.16
  • asciidoctor-epub3 = 1.5.1
  • asciidoctor-pdf = 1.6.1
  • awesome_print = 1.9.2
  • coderay = 1.1.3
  • epubcheck-ruby = 4.2.6.0
  • html-proofer = 3.19.3
  • json = 2.6.1
  • kindlegen = 3.1.1
  • pygments.rb = 2.2.0
  • rake = 13.0.6
  • thread_safe = 0.3.6
.github/workflows/pr-build.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite
.github/workflows/release-on-merge.yml actions
  • actions/checkout v3 composite
  • ncipollo/release-action v1 composite
  • ruby/setup-ruby v1 composite