Development/Git/pl: Difference between revisions

    From KDE TechBase
    (Created page with "=== Konfiguracja KDE Git ===")
    (Updating to match new version of source page)
     
    (2 intermediate revisions by 2 users not shown)
    Line 21: Line 21:


    KDE policies on Git.  More generic development policies go elsewhere.
    KDE policies on Git.  More generic development policies go elsewhere.
    No formal workflow policy currently exists, but a number of draft proposals have been made:
    * [[/Simple Workflow/]]
    * [[/Feature Branch Workflow/]]
    * [[Development/Tutorials/Git/Feature Development Workflow|Feature Development Workflow]]
    * [http://community.kde.org/Frameworks/Git_Workflow Git Workflow on the Community Wiki]
    Other:
    * The new [[Policies/Commit Policy|Commit Policy]] is being reviewed, applied to both SVN and Git.
    * [[/GitHub Mirror/]] has been created and policy is in development (Sep 2015).


    === KDE Git Recipes ===
    === KDE Git Recipes ===
    Line 28: Line 38:
    Please see the [[Special:myLanguage/Development/Git/Recipes|Git Recipes page]].
    Please see the [[Special:myLanguage/Development/Git/Recipes|Git Recipes page]].


    === KDE Git Tutorials ===
    === Tutoriale KDE Git ===


    More in-depth instructions in using Git.
    More in-depth instructions in using Git.
    Line 66: Line 76:


    * [http://www.gitcasts.com/ Git Screencasts]
    * [http://www.gitcasts.com/ Git Screencasts]
    * [http://try.github.io/ tryGit] A 15 minute online interactive tutorial


    === Cheat Sheets ===
    === Cheat Sheets ===
    Line 103: Line 115:


    * [[Special:myLanguage/Getting Started|Getting Started]]
    * [[Special:myLanguage/Getting Started|Getting Started]]
    * [[Special:myLanguage/Getting Started/Build/KDE4| Build KDE 4]]
    * [[Special:myLanguage/Getting Started/Build/KDE4.x|Build KDE 4.x]]


    * [[Special:myLanguage/Getting Started/Build/KDE4/Prerequisites|Prerequisites]]
    * [[Special:myLanguage/Getting Started/Build/KDE4/Prerequisites|Prerequisites]]

    Latest revision as of 10:25, 11 March 2016

    This is the hub page for all information about the use of Git by KDE.

    KDE i Git

    This section provides details on using the KDE Git infrastructure. This is intended for use by KDE developers to find out how KDE uses Git and how to set up Git for use with KDE.

    The KDE Git System Administrators Manual is a useful resource for more details on the technical implementation of the KDE Git infrastructure.

    For more information on how the KDE Git Repositories are organized, please see the Sources page or the KDE Git Projects page.

    Please note that some KDE modules are still using SVN, for more details read the Using Subversion with KDE page.

    Konfiguracja KDE Git

    How to configure Git for use with the KDE infrastructure.

    Please see the Git Configuration page.

    KDE Git Policies

    KDE policies on Git. More generic development policies go elsewhere.

    No formal workflow policy currently exists, but a number of draft proposals have been made:

    Other:

    • The new Commit Policy is being reviewed, applied to both SVN and Git.
    • GitHub Mirror has been created and policy is in development (Sep 2015).

    KDE Git Recipes

    Short recipes for using Git with the KDE infrastructure.

    Please see the Git Recipes page.

    Tutoriale KDE Git

    More in-depth instructions in using Git.

    Please help filling this section by

    • checking the links at the bottom of the page and see which still have valid content
    • write tutorials yourself

    External Git Resources

    Links to useful external sites about Git

    Official Documentation

    Git for SVN Users

    Git books

    • Pro Git - An easy to understand book on git (CC licensed).

    Tutorials

    • Git Magic - A good intro to git (in several languages!)

    - Essential reading if you want to truly understand git.

    • tryGit A 15 minute online interactive tutorial

    Cheat Sheets

    (broken image, get it from Media:Zrusin-git-cheat-sheet-medium.png)

    Documentation Changes

    KDE Documentation Review

    Existing Pages For Review

    Existing KDE pages about Git, SVN, and/or buildinga KDE that need to be revised. When revising pages try to split the generic development and revision control policies separate from Git specific stuff. Do not refer to "the KDE Git Repository" but instead the "KDE Code Repository". Lots of small simple pages that are less daunting to newbies and can be linked to from multiple locations are preferred to massive walls of text.

    Keep:

    On community.kde.org:

    On techbase.kde.org:

    There are also numerous other pages referring to "the KDE SVN/subversion repositories" which should be replaced with the generic "KDE code repositories".

    There are also numerous translated pages which will need to be updated once the original pages are completed.

    New Page Structure